edu.internet2.middleware.grouper.hooks.logic
Interface HookAsynchronousHandler


public interface HookAsynchronousHandler

handler when doing an asynchronous hook, normally you would do this in an anonymous inner class


Method Summary
 void callback(HooksContext hooksContext, HooksBean hooksBean)
          implement this as the callback to the asynchronous hook
 

Method Detail

callback

void callback(HooksContext hooksContext,
              HooksBean hooksBean)
implement this as the callback to the asynchronous hook

Parameters:
hooksContext - will be massaged to be threadsafe
hooksBean -