tuwien.auto.eicl.event
Interface EICLEventListener
- EventListener
public interface EICLEventListener
extends EventListener
With an implementation of this interface you can register a client to the
CEMI_Connection object. This event listener is invoked on every incoming
cEMI_L_DATA packet and on disconnect.
newFrameReceived
public void newFrameReceived(FrameEvent e)
A new frame has been received. The frame can be accessed through the
EICLEvent object.
serverDisconnected
public void serverDisconnected(DisconnectEvent e)
The connection has been closed.
e
- The reason for connection ending.