Interface RewriteResultHandler

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

public interface RewriteResultHandler extends org.ocpsoft.common.pattern.Weighted, org.ocpsoft.common.pattern.Specialized<Rewrite>
Handles responses to take after a Rewrite event has been processed. Response should be determined based on the resultant state of the event.
Author:
Lincoln Baxter, III
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Perform any actions necessary to respond to state of the system after the given Rewrite event has been processed.

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

    handles

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

    priority