TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.execution.client.core.internal
Interface IConnectionListener

All Known Implementing Classes:
AgentImpl, CollectorImpl, FileTransferManagerImpl, ProcessImpl

public interface IConnectionListener


Method Summary
 void connectionClosed(IConnection connection)
          Invoked when a connection is lost.
 

Method Detail

connectionClosed

void connectionClosed(IConnection connection)
Invoked when a connection is lost. A connection could be lost due to any number of errors.


TPTP 4.5.0 Platform Project
Internal API Specification