Interface CustomRule


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

Classes implementing this interface can be attached to Entities. In case of executing a rule manually the method custom is called.

Author:
Matthias Reichart
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    CustomContext is the context providing all custom - relevant attributes and methods.