tuwien.auto.calimero
Interface KNXListener

All Superinterfaces:
java.util.EventListener
All Known Subinterfaces:
RouterListener

public interface KNXListener
extends java.util.EventListener

The base listener interface to receive events of the communication with a KNX network.


Method Summary
 void connectionClosed(CloseEvent e)
          The connection has been closed.
 void frameReceived(FrameEvent e)
          Arrival of a new KNX message frame.
 

Method Detail

connectionClosed

void connectionClosed(CloseEvent e)
The connection has been closed.

Parameters:
e - connection close event object

frameReceived

void frameReceived(FrameEvent e)
Arrival of a new KNX message frame.

Parameters:
e - frame event object