- java.lang.Object
- 
- java.util.EventObject
- 
- javafx.event.Event
- 
- javafx.scene.control.SortEvent<C>
 
 
 
- 
- All Implemented Interfaces:
- Serializable,- Cloneable
 
 public class SortEvent<C> extends Event Event related toTableViewandTreeTableViewsorting.- Since:
- JavaFX 8.0
- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description static EventType<SortEvent>ANYCommon supertype for all sort event types.- 
Fields inherited from class javafx.event.Eventconsumed, eventType, NULL_SOURCE_TARGET, target
 - 
Fields inherited from class java.util.EventObjectsource
 
- 
 - 
Constructor SummaryConstructors Constructor Description SortEvent(C source, EventTarget target)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CgetSource()static <C> EventType<SortEvent<C>>sortEvent()- 
Methods inherited from class javafx.event.Eventclone, consume, copyFor, fireEvent, getEventType, getTarget, isConsumed
 - 
Methods inherited from class java.util.EventObjecttoString
 
- 
 
- 
- 
- 
Constructor Detail- 
SortEventpublic SortEvent(C source, EventTarget target) 
 
- 
 - 
Method Detail- 
getSourcepublic C getSource() - Overrides:
- getSourcein class- EventObject
 
 
- 
 
-