Package comm

Class UARTEventDispatcher

extends CommEventDispatcherAsyncEventObject

This class is normally used internally by the EventManagement system. Add an OnUARTListener object to the UARTEventDispatcher of the EventManagement to be notified when UART data is received.

Example

     UARTListener uartListener = new UARTListener();
     EventManagement.getUARTEventDispatcher().addListener(uartListener);

Public Constructors

Public Methods

Methods inherited from comm.CommEventDispatcher

Methods inherited from javax.events.AsyncEvent

Methods inherited from java.lang.Object

_INSERT_INHERITED_METHOD_ENTRY_HERE_

_INSERT_FIELDS_ENTRY_HERE_