public interface GenericEventListener extends DeviceEventListener
GenericEventListener interface defines methods for getting notified of events fired
by devices that implement the GenericDevice interface. GenericEventListener can be registered using the
GenericDevice.setEventListener method.GenericDevice,
GenericEvent| Modifier and Type | Method and Description |
|---|---|
void |
eventDispatched(GenericEvent event)
Invoked when an event is fired by device.
|
void eventDispatched(GenericEvent event)
event - the event that occurred.Copyright © 2012, 2015, Oracle and/or its affiliates. All rights reserved.
Legal Notices