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 SummaryModifier and TypeMethodDescription- booleanChecks 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.- voidCalled when states needs to be updated.
- Method Details- updateStatesvoid updateStates()Called when states needs to be updated.
- onActivatedvoid onActivated- (boolean on) Called when activator or deactivated.
- onClosevoid onClose()Called when about to close, but SWT is still there.
- isDisposedboolean isDisposed()Checks if it is disposed of.- Returns:
- true if disposed of, false otherwise.