Uses of Interface
de.cau.cs.kieler.krep.evalbench.comm.ICommunicationListener

Packages that use ICommunicationListener
de.cau.cs.kieler.krep.evalbench.comm Package that defines a common interface for the communication between KIELER and the processor. 
de.cau.cs.kieler.krep.evalbench.ui.views Views for the KReP Evalbench. 
 

Uses of ICommunicationListener in de.cau.cs.kieler.krep.evalbench.comm
 

Methods in de.cau.cs.kieler.krep.evalbench.comm that return types with arguments of type ICommunicationListener
protected  LinkedList<ICommunicationListener> CommunicationProtocol.getCommunicationListeners()
           
 

Methods in de.cau.cs.kieler.krep.evalbench.comm with parameters of type ICommunicationListener
 void CommunicationProtocol.addCommunicationListener(ICommunicationListener listener)
          Adds a communication listener that is notified of all transferred data.
 void ICommunicationProtocol.addCommunicationListener(ICommunicationListener listener)
          Adds a communication listener that is notified of all transferred data.
 void CommunicationProtocol.removeCommunicationListener(ICommunicationListener listener)
          Removes a communication listener from the list.
 void ICommunicationProtocol.removeCommunicationListener(ICommunicationListener listener)
          Removes a communication listener from the list.
 

Method parameters in de.cau.cs.kieler.krep.evalbench.comm with type arguments of type ICommunicationListener
protected  void CommunicationProtocol.setCommunicationListeners(LinkedList<ICommunicationListener> theCommunicationListeners)
           
 

Uses of ICommunicationListener in de.cau.cs.kieler.krep.evalbench.ui.views
 

Classes in de.cau.cs.kieler.krep.evalbench.ui.views that implement ICommunicationListener
 class ConnectionView
          A view for logging of connection messages to targets.