org.dvb.net.rc
Interface ConnectionListener

All Superinterfaces:
java.util.EventListener

public interface ConnectionListener
extends java.util.EventListener

This interface should be implemented by objects wishing to be notified about the connection status of a ConnectionRCInterface.


Method Summary
 void connectionChanged(ConnectionRCEvent e)
          This method is called to report events related to the setup and termination of return channel interface connections.
 

Method Detail

connectionChanged

void connectionChanged(ConnectionRCEvent e)
This method is called to report events related to the setup and termination of return channel interface connections.

Parameters:
e - the event which happened