|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--usb.linux.HID.Event
Encapsulates HID i/o event reports.
Method Summary | |
short |
getCode()
Returns a code associated with this event type, perhaps identifying a button, key, controller axis, or specific LED |
long |
getTime()
Returns the event's timestamp |
short |
getType()
|
java.lang.String |
getTypeName()
Returns a symbolic name identifying the event type |
int |
getValue()
Returns a value associated with this event type, perhaps LED settings or a relative or absolute value. |
java.lang.String |
toString()
Returns a simple string representation |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public long getTime()
public short getType()
public java.lang.String getTypeName()
public short getCode()
public int getValue()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |