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, targetsource| 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, isConsumedgetSource, toStringpublic 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 eventSubmit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 2008, 2019, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.