Uses of Interface
org.openwebnet4j.communication.ConnectorListener
-
Packages that use ConnectorListener Package Description org.openwebnet4j org.openwebnet4j.communication -
-
Uses of ConnectorListener in org.openwebnet4j
Classes in org.openwebnet4j that implement ConnectorListener Modifier and Type Class Description class
BUSGateway
BUSGateway
to connect to BUS OpenWebNet gateways usingBUSConnector
class
OpenGateway
Abstract OpenGateway to connect, send commands and receive events from a OpenWebNet gatewayclass
USBGateway
ClassUSBGateway
to connect to ZigBee USB Gateways usingUSBConnector
-
Uses of ConnectorListener in org.openwebnet4j.communication
Fields in org.openwebnet4j.communication declared as ConnectorListener Modifier and Type Field Description protected ConnectorListener
OpenConnector. listener
Methods in org.openwebnet4j.communication with parameters of type ConnectorListener Modifier and Type Method Description void
OpenConnector. setListener(ConnectorListener listener)
Sets theConnectorListener
for MONITOR events for this OpenConnector
-