pushListener = null;
}
public void enableLive() {
pushContext.addPushEventListener(pushListener = new PushEventListener() {
public void onPushEvent() {
dashboardService.getDataUpdate(dsConfig.getDsID(), "1", dsConfig.getSeriesCount(), 1, new AsyncCallback<ArrayList<DataVO>>() {
public void onFailure(Throwable caught) {
errorLabel.setText("Error, could not get Data Update for Data Source: " + dsConfig.getDsName()
+ ". Please Contact System Support. ");