au.com.terabit.jproactor
Interface AsynchWriteHandler

All Known Implementing Classes:
SSLAsynchChannel

public interface AsynchWriteHandler


Method Summary
 void writeCompleted(OpWrite opWrite)
          Notifies that write operation has finished.
 

Method Detail

writeCompleted

void writeCompleted(OpWrite opWrite)
                    throws java.lang.Exception
Notifies that write operation has finished. Called by IOOperation.onComplete()

Parameters:
writeOp - completed read operation
Throws:
java.lang.Exception