org.xsocket.connection
Interface IWriteCompletionHandler<T>

Package class diagram package IWriteCompletionHandler

public interface IWriteCompletionHandler<T>

Author:
grro@xsocket.org

Method Summary
 void onException(IOException ioe)
           
 void onWritten(T written)
           
 

Method Detail

onWritten

void onWritten(T written)

onException

void onException(IOException ioe)


Copyright 2008 xSocket.org