Class CyclerEvent

All Implemented Interfaces:
Serializable

public class CyclerEvent extends AWTEvent
The event emitted by Cycler objects.
See Also:
  • Field Details

  • Constructor Details

    • CyclerEvent

      public CyclerEvent(Object source, int type)
      Constructs a Cycler object with the specified Cycler source, and type.
      Parameters:
      source - the Cycler object where the event originated
    • CyclerEvent

      public CyclerEvent(Object source, int type, int value)
      Constructs a Cycler object with the specified Cycler source, and type.
      Parameters:
      source - the Cycler object where the event originated
  • Method Details

    • getValue

      public int getValue()
      Returns the current value in the scale event.
    • paramString

      public String paramString()
      Overrides:
      paramString in class AWTEvent