Uses of Interface
wrapper.CPAMWrapperCallbacks

Uses of CPAMWrapperCallbacks in wrapper
 

Classes in wrapper that implement CPAMWrapperCallbacks
(package private)  class Invocation
           
 

Methods in wrapper with parameters of type CPAMWrapperCallbacks
protected abstract  boolean CPAMMegamodule.dispatchInvocation(CPAMWrapperCallbacks invocationObject, java.lang.String methodname)
          Executes an invocation.
protected  void CPAMMegamodule.updateResult(java.lang.String paramname, CPAMWrapperCallbacks invocationObject, java.lang.String methodname)
          If new results for the parameter with the name paramname exist that have not yet been reported back to the wrapper, do it now.
protected  void CPAMMegamodule.updateExecutionStatus(CPAMWrapperCallbacks invocationObject, java.lang.String methodname)
          If new progress information exists for the invocation given by invocationObject or if new result values exist that influence the status of this invocation, report them now.