TPTP 4.6.0 Platform Project
Public API Specification

org.eclipse.hyades.execution.local.control
Interface ConnectionListener

All Known Implementing Classes:
AgentImpl, ProcessImpl

public interface ConnectionListener


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

Method Detail

connectionClosed

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


TPTP 4.6.0 Platform Project
Public API Specification