Spec-Zone .ru
спецификации, руководства, описания, API
|
public class InputEvent extends Event
Modifier and Type | Field and Description |
---|---|
static EventType<InputEvent> |
ANY
Common supertype for all input event types.
|
consumed, eventType, NULL_SOURCE_TARGET, target
Constructor and Description |
---|
InputEvent(EventType<? extends InputEvent> eventType)
Creates new instance of InputEvent.
|
InputEvent(java.lang.Object source,
EventTarget target,
EventType<? extends InputEvent> eventType)
Creates new instance of InputEvent.
|
clone, consume, copyFor, fireEvent, getEventType, getTarget, isConsumed
public static final EventType<InputEvent> ANY
public InputEvent(EventType<? extends InputEvent> eventType)
eventType
- Type of the eventpublic InputEvent(java.lang.Object source, EventTarget target, EventType<? extends InputEvent> eventType)
source
- Event sourcetarget
- Event targeteventType
- Type of the eventCopyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to