|
Oracle Java Wireless Client | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.oracle.deviceaccess.PeripheralEvent
public class PeripheralEvent
The PeripheralEvent class encapsulates events fired
by or on behalf of a peripheral device. An event may correspond to an hardware interrupt
or to some software signal.
| Field Summary | |
protected Peripheral |
peripheral
The Peripheral instance that fired this event or which this
event was fired. |
| Constructor Summary | |
PeripheralEvent()
|
|
| Method Summary | |
Peripheral |
getPeripheral()
Returns the Peripheral instance that fired this event or for which this
event was fired. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected Peripheral peripheral
Peripheral instance that fired this event or which this
event was fired.
| Constructor Detail |
public PeripheralEvent()
| Method Detail |
public Peripheral getPeripheral()
Peripheral instance that fired this event or for which this
event was fired.
Peripheral instance that fired this event.
|
Oracle Java Wireless Client | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||