Package com.iizigo.editor
Interface IActivationListener
- All Known Implementing Classes:
CaptureEditor,ContextMenuEditor,DatabaseEditor,FontFacesEditor,ImageDefinitionEditor,PanelEditor,PropEditorPart,RecordingEditor,RemoteTerminalView,ScreenEditor,SelectorEditor,ServerConfigView,SessionsView,StyleEditor,TerminalView,TextTableEditor,VirtualSpaceEditor,WebServiceEditor
public interface IActivationListenerInterface called by the extensions frameworks at activation, both window and part.- Author:
- Christopher Mindus
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisDisposed()Checks if it is disposed of.voidonActivated(boolean on)Called when activator or deactivated.voidonClose()Called when about to close, but SWT is still there.voidupdateStates()Called when states needs to be updated.
Method Detail
updateStates
void updateStates()
Called when states needs to be updated.
onActivated
void onActivated(boolean on)
Called when activator or deactivated.
onClose
void onClose()
Called when about to close, but SWT is still there.
isDisposed
boolean isDisposed()
Checks if it is disposed of.- Returns:
- true if disposed of, false otherwise.