Package org.loboevolution.gui
Class SelectionChangeEvent
java.lang.Object
java.util.EventObject
org.loboevolution.gui.SelectionChangeEvent
- All Implemented Interfaces:
Serializable
Event associated with
SelectionChangeListener
.- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionSelectionChangeEvent
(Object source, boolean hasSelection) Constructor for SelectionChangeEvent. -
Method Summary
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
SelectionChangeEvent
Constructor for SelectionChangeEvent.
- Parameters:
source
- aObject
object.hasSelection
- a boolean.
-
-
Method Details
-
isSelectionAvailable
public boolean isSelectionAvailable()isSelectionAvailable.
- Returns:
- a boolean.
-