public interface ISpaceModeListener extends Remote, EventListener
SpaceMode
,
SpaceComponentManager
Modifier and Type | Method and Description |
---|---|
void |
afterSpaceModeChange(SpaceMode newMode)
Called right after the space mode changes.
|
void |
beforeSpaceModeChange(SpaceMode newMode)
Called right before the space mode changes.
Implementors usually use it to allow specific service initializations. |
void beforeSpaceModeChange(SpaceMode newMode) throws RemoteException
newMode
- the new mode change before it's published.RemoteException
- if an exception occurred during execution of a remote call.void afterSpaceModeChange(SpaceMode newMode) throws RemoteException
newMode
- the new mode change after it was published.RemoteException
- if an exception occurred during execution of a remote call.Copyright © GigaSpaces.