public final class TransformChangedEvent extends Event
Modifier and Type | Field and Description |
---|---|
static EventType<TransformChangedEvent> |
ANY
Common supertype for all transform changed event types.
|
static EventType<TransformChangedEvent> |
TRANSFORM_CHANGED
The only valid EventType for the TransformChangedEvent.
|
consumed, eventType, NULL_SOURCE_TARGET, target
source
Constructor and Description |
---|
TransformChangedEvent()
Creates a new
TransformChangedEvent with an event type
of TRANSFORM_CHANGED . |
TransformChangedEvent(Object source,
EventTarget target)
Construct a new
TransformChangedEvent with the specified event
source and target. |
clone, consume, copyFor, fireEvent, getEventType, getTarget, isConsumed
getSource, toString
public static final EventType<TransformChangedEvent> TRANSFORM_CHANGED
public static final EventType<TransformChangedEvent> ANY
public TransformChangedEvent()
TransformChangedEvent
with an event type
of TRANSFORM_CHANGED
. The source and target of the event
is set to NULL_SOURCE_TARGET
.public TransformChangedEvent(Object source, EventTarget target)
TransformChangedEvent
with the specified event
source and target. If the source or target is set to null
,
it is replaced by the NULL_SOURCE_TARGET
value. All
TransformChangedEvents have their type set to
TRANSFORM_CHANGED
.source
- the event source which sent the eventtarget
- the event target to associate with the eventCopyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.