Interface FlowController

  • All Known Implementing Classes:
    DefaultFlowController

    public interface FlowController
    A flow-controller is an immutable object. Whenever an method, that may change the internal state of the controller, is invoked, a new instance of the controller is returned.
    Author:
    Thomas Morgner