public interface RemoteExternalSystemProgressNotificationManager
extends java.rmi.Remote
Modifier and Type | Field and Description |
---|---|
static RemoteExternalSystemProgressNotificationManager |
NULL_OBJECT |
Modifier and Type | Method and Description |
---|---|
void |
beforeCancel(ExternalSystemTaskId id) |
void |
onCancel(ExternalSystemTaskId id) |
void |
onEnd(ExternalSystemTaskId id) |
void |
onFailure(ExternalSystemTaskId id,
java.lang.Exception e) |
void |
onStart(ExternalSystemTaskId id,
java.lang.String projectPath) |
void |
onStatusChange(ExternalSystemTaskNotificationEvent event) |
void |
onSuccess(ExternalSystemTaskId id) |
void |
onTaskOutput(ExternalSystemTaskId id,
java.lang.String text,
boolean stdOut) |
static final RemoteExternalSystemProgressNotificationManager NULL_OBJECT
void onStart(ExternalSystemTaskId id, java.lang.String projectPath) throws java.rmi.RemoteException
java.rmi.RemoteException
void onStatusChange(ExternalSystemTaskNotificationEvent event) throws java.rmi.RemoteException
java.rmi.RemoteException
void onTaskOutput(ExternalSystemTaskId id, java.lang.String text, boolean stdOut) throws java.rmi.RemoteException
java.rmi.RemoteException
void onEnd(ExternalSystemTaskId id) throws java.rmi.RemoteException
java.rmi.RemoteException
void onSuccess(ExternalSystemTaskId id) throws java.rmi.RemoteException
java.rmi.RemoteException
void onFailure(ExternalSystemTaskId id, java.lang.Exception e) throws java.rmi.RemoteException
java.rmi.RemoteException
void beforeCancel(ExternalSystemTaskId id) throws java.rmi.RemoteException
java.rmi.RemoteException
void onCancel(ExternalSystemTaskId id) throws java.rmi.RemoteException
java.rmi.RemoteException