public final class Event extends Object
Constructor and Description |
---|
Event() |
Modifier and Type | Method and Description |
---|---|
Component |
getComponent() |
long |
getNanos()
Return the time the event happened, in nanoseconds.
|
float |
getValue() |
void |
set(Component component,
float value,
long nanos) |
void |
set(Event other) |
String |
toString() |
public final void set(Event other)
public final void set(Component component, float value, long nanos)
public final Component getComponent()
public final float getValue()
public final long getNanos()
Copyright © 2018. All rights reserved.