Uses of Class
tuwien.auto.calimero.CloseEvent

Packages that use CloseEvent
tuwien.auto.calimero Base package of the Calimero library. 
tuwien.auto.calimero.knxnetip KNXnet/IP protocols for tunneling, device management and routing. 
tuwien.auto.calimero.link.event Listeners and events used together with network links. 
tuwien.auto.calimero.mgmt Contains KNX property and management services. 
 

Uses of CloseEvent in tuwien.auto.calimero
 

Methods in tuwien.auto.calimero with parameters of type CloseEvent
 void KNXListener.connectionClosed(CloseEvent e)
          The connection has been closed.
 

Uses of CloseEvent in tuwien.auto.calimero.knxnetip
 

Subclasses of CloseEvent in tuwien.auto.calimero.knxnetip
 class ConnectionCloseEvent
          An event providing information regarding the closing of an established KNXnet/IP communication connection.
 

Uses of CloseEvent in tuwien.auto.calimero.link.event
 

Methods in tuwien.auto.calimero.link.event with parameters of type CloseEvent
 void LinkListener.linkClosed(CloseEvent e)
          Invoked after close of the link.
 

Uses of CloseEvent in tuwien.auto.calimero.mgmt
 

Methods in tuwien.auto.calimero.mgmt with parameters of type CloseEvent
 void PropertyAdapterListener.adapterClosed(CloseEvent e)
          The adapter is closed.
 void TransportListener.linkClosed(CloseEvent e)
          The attached KNX network link was closed.