public interface IODeviceEventListener
IODevice
.Modifier and Type | Method and Description |
---|---|
void |
onMessageReceive(IOEvent event,
String message)
Invoked when a string message has been received from the device.
|
void |
onPinChange(IOEvent event)
Invoked when the state of one of device's pins has been changed.
|
void |
onStart(IOEvent event)
Invoked when an
IODevice has been successfully started
and initialized. |
void |
onStop(IOEvent event)
Invoked when communication with
IODevice has been
successfully terminated. |
void onStart(IOEvent event)
IODevice
has been successfully started
and initialized.event
- the eventvoid onStop(IOEvent event)
IODevice
has been
successfully terminated.event
- the eventvoid onPinChange(IOEvent event)
event
- the eventCopyright © 2017. All rights reserved.