public final class SubtitleEnterEvent extends AbstractEvent
| Constructor and Description |
|---|
SubtitleEnterEvent(BaseNativeEvent nativeEvent,
Subtitle item)
Creates the event with subtitle related to the enter
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(EventHandler handler)
Implemented by subclasses to dispatch event on the handler.
|
T |
getItem()
Returns the title related to the click
|
getChart, getNativeEvent, getTypepublic static final EventType TYPE
public SubtitleEnterEvent(BaseNativeEvent nativeEvent, Subtitle item)
nativeEvent - native event of this custom eventitem - subtitle related to the enterprotected void dispatch(EventHandler handler)
Eventpublic final T getItem()