tabular-data-monitor-widget/src/main/java/org/gcube/portlets/user/td/monitorwidget/client/MonitorUpdaterListener.java

19 lines
310 B
Java

package org.gcube.portlets.user.td.monitorwidget.client;
public interface MonitorUpdaterListener {
/**
* Called when the operation is aborted
*
*/
public void operationAborted();
/**
* Called when the operation is put in the background
*
*/
public void operationPutInBackground();
}