au.com.terabit.jproactor
Interface AsynchAcceptHandler

All Known Implementing Classes:
Acceptor

public interface AsynchAcceptHandler


Method Summary
 void acceptCompleted(OpAccept opAccept)
          Notifies that accept operation has finished.
 

Method Detail

acceptCompleted

void acceptCompleted(OpAccept opAccept)
                     throws java.lang.Exception
Notifies that accept operation has finished. Called by IOOperation.onComplete()

Parameters:
acceptOp - accept operation result
Throws:
java.lang.Exception