com.aelitis.azureus.core.clientmessageservice.impl
Interface NonBlockingReadWriteService.ServiceListener

Enclosing class:
NonBlockingReadWriteService

public static interface NonBlockingReadWriteService.ServiceListener


Method Summary
 void connectionError(ClientConnection connection, Throwable error)
           
 void messageReceived(ClientMessage message)
           
 

Method Detail

messageReceived

void messageReceived(ClientMessage message)

connectionError

void connectionError(ClientConnection connection,
                     Throwable error)