org.cafesip.gwtcomp.client.common
Interface LiveDataServiceAsync
public interface LiveDataServiceAsync
RPC interface for the
org.cafesip.gwtcomp.client.ui.charting.LiveDataService component.
This is an internal internal and your application will never need to use this
class directly.
- Author:
- Amit Chatterjee
getChartInfoAndInitialData
void getChartInfoAndInitialData(String identifier,
String instance,
String param,
AsyncCallback<ChartInitData> callback)
getNextData
void getNextData(int sessionId,
AsyncCallback<ChartData> callback)
cancel
void cancel(int sessionId,
AsyncCallback<Void> callback)
Copyright © 2010 Cafesip.org. All Rights Reserved.