Java javafx.event Event fields, constructors, methods, implement or subclass

Example usage for Java javafx.event Event fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javafx.event Event.

The text is from its open source code.

Constructor

Event(final @NamedArg("eventType") EventType eventType)
Construct a new Event with the specified event type.

Method

voidconsume()
Marks this Event as consumed.
voidfireEvent(EventTarget eventTarget, Event event)
Fires the specified event.
EventTypegetEventType()
Gets the event type of this event.
ObjectgetSource()
The object on which the Event initially occurred.
booleanisConsumed()
Indicates whether this Event has been consumed by any filter or handler.