Interface StateChangeFinalRule


@RuleType(name="nuclos.ruletype.statechangefinalrule.name", description="nuclos.ruletype.statechangefinalrule.description") public interface StateChangeFinalRule
StateChangeFinalRule is the interface that should be used to make an rule applicable for Afterwards-StateChange-Events.

Classes implementing this interface can be attached to state transitions. In case of an StateChange-Event the method changeStateFinal is called.

Author:
Matthias Reichart
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    StateChangeContext is the context providing all attributes and methods that are relevant for StateChange-operations.
  • Method Details