Interface Flow


public interface Flow
Represents the current Rewrite event lifecycle state.
Author:
Lincoln Baxter, III
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    is(Flow type)
    Return true if this Flow is equivalent to the given instance.
    boolean
    Return true if this Flow represents a handled state.
  • Method Details

    • isHandled

      boolean isHandled()
      Return true if this Flow represents a handled state.
    • is

      boolean is(Flow type)
      Return true if this Flow is equivalent to the given instance.