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

19 lines
312 B
Java

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