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 classBUSGatewayBUSGatewayto connect to BUS OpenWebNet gateways usingBUSConnectorclassOpenGatewayAbstract OpenGateway to connect, send commands and receive events from a OpenWebNet gatewayclassUSBGatewayClassUSBGatewayto 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 ConnectorListenerOpenConnector. listenerMethods in org.openwebnet4j.communication with parameters of type ConnectorListener Modifier and Type Method Description voidOpenConnector. setListener(ConnectorListener listener)Sets theConnectorListenerfor MONITOR events for this OpenConnector
-