Package comm
This class is normally used internally by the EventManagement system. Add an OnUSBListener object to the USBEventDispatcher of the EventManagement to be notified when USB data is received.
Example
The class USBListener extends OnUSBListener and implements the method onReceive.
USBListener usbListener = new USBListener();
EventManagement.getUSBEventDispatcher().addListener(usbListener);
Public Constructors
Public Methods
Methods inherited from comm.CommEventDispatcher
_INSERT_METHOD_ENTRY_HERE_
Methods inherited from javax.events.AsyncEvent
_INSERT_METHOD_ENTRY_HERE_
Methods inherited from java.lang.Object
_INSERT_INHERITED_METHOD_ENTRY_HERE_
_INSERT_FIELDS_ENTRY_HERE_
Copyright © demmel products gmbh. All rights reserved.