Uses of Class
tuwien.auto.calimero.FrameEvent

Packages that use FrameEvent
tuwien.auto.calimero Base package of the Calimero library. 
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 FrameEvent in tuwien.auto.calimero
 

Methods in tuwien.auto.calimero with parameters of type FrameEvent
 void KNXListener.frameReceived(FrameEvent e)
          Arrival of a new KNX message frame.
 

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

Subclasses of FrameEvent in tuwien.auto.calimero.link.event
 class MonitorFrameEvent
          Informs about a new monitor indication received from the KNX network and contains the received indication frame.
 

Methods in tuwien.auto.calimero.link.event with parameters of type FrameEvent
 void NetworkLinkListener.confirmation(FrameEvent e)
          Invoked to indicate the confirmation to a preceding request to the KNX network.
 void LinkListener.indication(FrameEvent e)
          Invoked on arrival of a new KNX indication message from the KNX network.
 

Uses of FrameEvent in tuwien.auto.calimero.mgmt
 

Methods in tuwien.auto.calimero.mgmt with parameters of type FrameEvent
 void TransportListener.broadcast(FrameEvent e)
          Indicates that a KNX broadcast message was received from the KNX network.
 void TransportListener.dataConnected(FrameEvent e)
          Indicates that a KNX message with data connected service was received from the KNX network.
 void TransportListener.dataIndividual(FrameEvent e)
          Indicates that a KNX message with data individual service was received from the KNX network.
 void TransportListener.group(FrameEvent e)
          Indicates that a KNX group message was received from the KNX network.