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

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

Introduction

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

The text is from its open source code.

Field

EventTypeACTION
The only valid EventType for the ActionEvent.

Constructor

ActionEvent(Object source, EventTarget target)
Construct a new ActionEvent with the specified event source and target.
ActionEvent()
Creates a new ActionEvent with an event type of ACTION .

Method

voidconsume()
Marks this Event as consumed.
ObjectgetSource()
The object on which the Event initially occurred.
EventTargetgetTarget()
Returns the event target of this event.