Interface ILightControlListener

  • All Known Implementing Classes:
    LightControlListener

    public interface ILightControlListener
    Public contract of light control listeners.
    • Method Detail

      • eventReceived

        void eventReceived​(ILightControl control,
                           org.eclipse.swt.widgets.Event event)
        Invoked when the event received by the control.
        Parameters:
        control - the control.
        event - the event.
      • controlDisposed

        void controlDisposed​(ILightControl control)
        Invoked when the control is disposed.
        Parameters:
        control - the control.
      • controlBoundsChanged

        void controlBoundsChanged​(ILightControl control)
        Invoked when the control bounds are changed.
        Parameters:
        control - the control.