public interface PortListener
PortListener
interface defines methods for getting notified of GPIO port value
changes.
A PortListener
can be registered using the GPIOPort.setInputListener
method.
GPIOPort
Modifier and Type | Method and Description |
---|---|
void |
valueChanged(PortEvent event)
Invoked when a GPIO port's value has changed.
|
void valueChanged(PortEvent event)
event
- the event that occurred.Copyright © 2012, 2015, Oracle and/or its affiliates. All rights reserved.
Legal Notices