Package org.apache.unomi.api.actions
Interface ActionPostExecutor
-
public interface ActionPostExecutor
An action to be executed after allRule
-derived have been processed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
execute()
Performs the action.
-