Interface InvocationResultHandler

All Superinterfaces:
org.ocpsoft.common.pattern.Specialized<Object>, org.ocpsoft.common.pattern.Weighted

public interface InvocationResultHandler extends org.ocpsoft.common.pattern.Weighted, org.ocpsoft.common.pattern.Specialized<Object>
Handles return values from Binding results obtained during an Invoke operation.
Author:
Lincoln Baxter, III
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handle(Rewrite event, EvaluationContext context, Object result)
    Handle return value from Binding result obtained during an Invoke operation.

    Methods inherited from interface org.ocpsoft.common.pattern.Specialized

    handles

    Methods inherited from interface org.ocpsoft.common.pattern.Weighted

    priority