Uses of Class
gecco.communication.client.DataOutputExchangeHandler

Packages that use DataOutputExchangeHandler
gecco.communication.client   
 

Uses of DataOutputExchangeHandler in gecco.communication.client
 

Fields in gecco.communication.client declared as DataOutputExchangeHandler
private  DataOutputExchangeHandler ServerAmbassador.DEHOutput
          Description of the Field
private  DataOutputExchangeHandler DataInputExchangeHandler.DEHOutput
          Description of the Field
 

Constructors in gecco.communication.client with parameters of type DataOutputExchangeHandler
DataInputExchangeHandler(ServerConnection sc, Client cl, ServerAmbassador sa, DataOutputExchangeHandler DEHOutput)