Module org.controlsfx.controls
Package impl.org.controlsfx.tableview2
Class SortUtils.SortStartedEvent<C>
java.lang.Object
java.util.EventObject
javafx.event.Event
javafx.scene.control.SortEvent<C>
impl.org.controlsfx.tableview2.SortUtils.SortStartedEvent<C>
- Type Parameters:
C- the event source which sent the event
- All Implemented Interfaces:
Serializable,Cloneable
- Enclosing class:
- SortUtils
Convenient subclass of SortEvent to create a new SortEvent to indicate
the sorting has started
- See Also:
-
Field Summary
FieldsFields inherited from class javafx.event.Event
consumed, eventType, NULL_SOURCE_TARGET, targetFields inherited from class java.util.EventObject
source -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class javafx.event.Event
clone, consume, copyFor, fireEvent, getEventType, getTarget, isConsumedMethods inherited from class java.util.EventObject
toString
-
Field Details
-
SORT_STARTED_EVENT
-
-
Constructor Details
-
SortStartedEvent
-