org.apache.awf.io.callback
Interface CallbackManager

All Known Implementing Classes:
JMXDebuggableCallbackManager

public interface CallbackManager


Method Summary
 void addCallback(AsyncCallback callback)
           
 boolean execute()
           
 

Method Detail

addCallback

void addCallback(AsyncCallback callback)

execute

boolean execute()
Returns:
true if there are callbacks scheduled to be executed during the next IO loop iteration.


Copyright © 2012. All Rights Reserved.