Uses of Interface
tuwien.auto.calimero.KNXListener

Packages that use KNXListener
tuwien.auto.calimero.knxnetip KNXnet/IP protocols for tunneling, device management and routing. 
tuwien.auto.calimero.serial Connection support for communication over a serial port, using the FT 1.2 protocol. 
 

Uses of KNXListener in tuwien.auto.calimero.knxnetip
 

Subinterfaces of KNXListener in tuwien.auto.calimero.knxnetip
 interface RouterListener
          A listener for use with a KNXnetIPRouter.
 

Methods in tuwien.auto.calimero.knxnetip with parameters of type KNXListener
 void KNXnetIPConnection.addConnectionListener(KNXListener l)
          Adds the specified event listener l to receive events from this connection.
 void KNXnetIPConnection.removeConnectionListener(KNXListener l)
          Removes the specified event listener l, so it does no longer receive events from this connection.
 

Uses of KNXListener in tuwien.auto.calimero.serial
 

Methods in tuwien.auto.calimero.serial with parameters of type KNXListener
 void FT12Connection.addConnectionListener(KNXListener l)
          Adds the specified event listener l to receive events from this connection.
 void FT12Connection.removeConnectionListener(KNXListener l)
          Removes the specified event listener l, so it does no longer receive events from this connection.