Uses of Interface
org.apache.unomi.api.actions.ActionPostExecutor
- 
Packages that use ActionPostExecutor Package Description org.apache.unomi.api  - 
- 
Uses of ActionPostExecutor in org.apache.unomi.api
Methods in org.apache.unomi.api that return types with arguments of type ActionPostExecutor Modifier and Type Method Description List<ActionPostExecutor>Event. getActionPostExecutors()Retrieves the action post executors for this event, if extra actions need to be executed after all Rule-triggered actions have been processedMethod parameters in org.apache.unomi.api with type arguments of type ActionPostExecutor Modifier and Type Method Description voidEvent. setActionPostExecutors(List<ActionPostExecutor> actionPostExecutors)Sets the action post executors. 
 -