Interface IActivationListener

    • 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.