Interface StateChangeRule


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

Classes implementing this interface can be attached to state transitions. In case of an StateChange-Event the method changeState 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.