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