|
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
com.oracle.deviceaccess.gpio.PortEvent
public class PortEvent
The PortEvent class encapsulates GPIO port value changes.
GPIOPort,
PortListener| Field Summary |
| Fields inherited from class com.oracle.deviceaccess.PeripheralEvent |
peripheral |
| Method Summary | |
GPIOPort |
getPort()
Returns the GPIOPort instance that fired this event or for which this
event was fired. |
int |
getValue()
Returns the new GPIO port's value. |
| Methods inherited from class com.oracle.deviceaccess.PeripheralEvent |
getPeripheral |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public int getValue()
public GPIOPort getPort()
GPIOPort instance that fired this event or for which this
event was fired.
GPIOPort 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 | |||||||||