org.eclipse.wst.server.core
Interface IServer.IOperationListener
- Enclosing interface:
- IServer
- public static interface IServer.IOperationListener
An operation listener is used to receive notification back about a
specific server operation, such as starting or stopping a server.
Provisional API: This class/interface is part of an interim API
that is still under development and expected to change significantly
before reaching stability. It is being made available at this early
stage to solicit feedback from pioneering adopters on the understanding
that any code that uses this API will almost certainly be broken
(repeatedly) as the API evolves.
|
Method Summary |
void |
done(org.eclipse.core.runtime.IStatus result)
Called once when the operation is complete. |
done
public void done(org.eclipse.core.runtime.IStatus result)
- Called once when the operation is complete.
- Parameters:
result - a status object with code IStatus.OK if
the operation completed successfully, otherwise a status object
indicating why it didn't