|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DeviceEventListener | |
cork.device | |
cork.event | |
cork.module.sharp |
Uses of DeviceEventListener in cork.device |
Methods in cork.device with parameters of type DeviceEventListener | |
void |
AbstractDevice.addEventListener(DeviceEventListener listener)
This is a convenience method to allow a listener to add itself to the event queue in order to be notified of an event. |
void |
AbstractDevice.removeEventListener(DeviceEventListener listener)
This is a convenience method to allow listener to remove itself from the event queue so that it no longer receives events. |
Uses of DeviceEventListener in cork.event |
Methods in cork.event with parameters of type DeviceEventListener | |
static void |
DeviceEventMulticaster.add(DeviceEventListener listener)
Description of the Method |
static void |
DeviceEventMulticaster.remove(DeviceEventListener listener)
Description of the Method |
Uses of DeviceEventListener in cork.module.sharp |
Methods in cork.module.sharp with parameters of type DeviceEventListener | |
void |
GP2D15.addListener(DeviceEventListener listener)
Adds a listener to the GP2D15 object. |
void |
GP2D15.removeListener(DeviceEventListener listener)
Removes a listener to the GP2D15 object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |