Package org.apache.unomi.api.actions


package org.apache.unomi.api.actions
  • Class
    Description
    An action that can be executed as a consequence of a Rule being triggered.
    This class is the base interface for action dispatcher, which provide a pluggeable way to implement classes that will dispatcher to execute actions.
    A piece of code that performs a specified Action, given a triggering Event
    An action to be executed after all Rule-derived have been processed.
    A type definition for Actions.