tuwien.auto.calimero.knxnetip
Interface RouterListener

All Superinterfaces:
java.util.EventListener, KNXListener

public interface RouterListener
extends KNXListener

A listener for use with a KNXnetIPRouter.

In routing mode, it is possible that indications sent with KNXnetIPRouter might be looped back by the network stack and received again through a registered listener in KNXListener.frameReceived(tuwien.auto.calimero.FrameEvent).
Background: a platform's network interface has the option to send multicast datagrams back to the local socket of the sender; setting the socket's loopback mode is only considered as request and does not have to be followed rigorously.

See Also:
KNXnetIPRouter

Method Summary
 void lostMessage(LostMessageEvent e)
          Informs about the loss of messages in the KNXnet/IP router.
 
Methods inherited from interface tuwien.auto.calimero.KNXListener
connectionClosed, frameReceived
 

Method Detail

lostMessage

void lostMessage(LostMessageEvent e)
Informs about the loss of messages in the KNXnet/IP router.

Parameters:
e - event with lost message information