Class SelectionChangeEvent

java.lang.Object
java.util.EventObject
org.loboevolution.gui.SelectionChangeEvent
All Implemented Interfaces:
Serializable

public class SelectionChangeEvent extends EventObject
Event associated with SelectionChangeListener.
See Also:
  • Constructor Details

    • SelectionChangeEvent

      public SelectionChangeEvent(Object source, boolean hasSelection)

      Constructor for SelectionChangeEvent.

      Parameters:
      source - a Object object.
      hasSelection - a boolean.
  • Method Details

    • isSelectionAvailable

      public boolean isSelectionAvailable()

      isSelectionAvailable.

      Returns:
      a boolean.