tuwien.auto.calimero.process
Interface ProcessListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
ProcessListenerEx

public interface ProcessListener
extends java.util.EventListener

Listener interface for getting process communicator events.

See Also:
ProcessCommunicator

Method Summary
 void detached(DetachEvent e)
          The KNX network link was detached from the process communicator.
 void groupWrite(ProcessEvent e)
          Indicates that a KNX group write message indication was received from the KNX network.
 

Method Detail

detached

void detached(DetachEvent e)
The KNX network link was detached from the process communicator.

Parameters:
e - detach event object

groupWrite

void groupWrite(ProcessEvent e)
Indicates that a KNX group write message indication was received from the KNX network.

Parameters:
e - process event object