Class TriStateSelectionChangeEvent

java.lang.Object
java.util.EventObject
java.awt.AWTEvent
org.pushingpixels.radiance.common.api.model.TriStateSelectionChangeEvent
All Implemented Interfaces:
Serializable

public class TriStateSelectionChangeEvent extends AWTEvent
See Also:
  • Constructor Details

  • Method Details

    • getItem

      public Object getItem()
      Returns the item affected by the event.
      Returns:
      the item (object) that was affected by the event
    • getSelectionStateChange

      public TriStateButtonModel.SelectionState getSelectionStateChange()
      Returns the type of selection state change.