com.ibm.eNetwork.beans.HOD.event
Interface CommListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
FileTransfer, Macro, MacroManager

public interface CommListener
extends java.util.EventListener

The listener interface for receiving communications events.


Method Summary
 void CommEvent(CommEvent e)
          Invoked when a communication event occurs.
 

Method Detail

CommEvent

public void CommEvent(CommEvent e)
Invoked when a communication event occurs.