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 IActivationListener
Interface called by the extensions frameworks at activation, both window and part.
- Author:
- Christopher Mindus
Method Summary
Modifier and TypeMethodDescriptionboolean
Checks if it is disposed of.void
onActivated
(boolean on) Called when activator or deactivated.void
onClose()
Called when about to close, but SWT is still there.void
Called when states needs to be updated.
Method Details
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.