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.RemoteExceptionvoid onStatusChange(ExternalSystemTaskNotificationEvent event) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid onTaskOutput(ExternalSystemTaskId id, java.lang.String text, boolean stdOut) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid onEnd(ExternalSystemTaskId id) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid onSuccess(ExternalSystemTaskId id) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid onFailure(ExternalSystemTaskId id, java.lang.Exception e) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid beforeCancel(ExternalSystemTaskId id) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid onCancel(ExternalSystemTaskId id) throws java.rmi.RemoteException
java.rmi.RemoteException