au.com.terabit.jproactor
Interface AsynchConnectHandler

All Known Implementing Classes:
Connector

public interface AsynchConnectHandler


Method Summary
 void connectCompleted(OpConnect opConnect)
          Notifies that connect operation has finished.
 

Method Detail

connectCompleted

void connectCompleted(OpConnect opConnect)
                      throws java.lang.Exception
Notifies that connect operation has finished. Called by IOOperation.onComplete()

Parameters:
connectOp - connect operation result
Throws:
java.lang.Exception