Class GradientBackgroundListener

java.lang.Object
org.eclipse.e4.ui.css.swt.properties.GradientBackgroundListener
All Implemented Interfaces:
Listener

public class GradientBackgroundListener extends Object implements Listener
  • Method Details

    • dispose

      public void dispose()
    • handle

      public static void handle(Control control, Gradient grad)
    • remove

      public static void remove(Control control)
    • handleEvent

      public void handleEvent(Event event)
      Description copied from interface: Listener
      Sent when an event that the receiver has registered for occurs.
      Specified by:
      handleEvent in interface Listener
      Parameters:
      event - the event which occurred