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 Link icon

    Modifier and Type
    Method
    Description
    boolean
    Checks if it is disposed of.
    void
    onActivated(boolean on)
    Called when activator or deactivated.
    void
    Called when about to close, but SWT is still there.
    void
    Called when states needs to be updated.
  • Method Details Link icon

    • updateStates Link icon

      void updateStates()
      Called when states needs to be updated.
    • onActivated Link icon

      void onActivated(boolean on)
      Called when activator or deactivated.
    • onClose Link icon

      void onClose()
      Called when about to close, but SWT is still there.
    • isDisposed Link icon

      boolean isDisposed()
      Checks if it is disposed of.
      Returns:
      true if disposed of, false otherwise.