Uses of Class
cork.event.DeviceEvent

Packages that use DeviceEvent
cork.device   
cork.event   
 

Uses of DeviceEvent in cork.device
 

Methods in cork.device with parameters of type DeviceEvent
protected  void AbstractDevice.sendDeviceEvent(DeviceEvent event)
          This method sends an event out to all classes who are listening for events in the VM.
 

Uses of DeviceEvent in cork.event
 

Methods in cork.event with parameters of type DeviceEvent
 void DeviceEventListener.deviceEvent(DeviceEvent event)
          Description of the Method
static void DeviceEventMulticaster.sendDeviceEvent(DeviceEvent event)