Uses of Interface
org.apache.unomi.api.actions.ActionDispatcher
- 
Packages that use ActionDispatcher Package Description org.apache.unomi.groovy.actions org.apache.unomi.services.actions.impl  - 
- 
Uses of ActionDispatcher in org.apache.unomi.groovy.actions
Classes in org.apache.unomi.groovy.actions that implement ActionDispatcher Modifier and Type Class Description classGroovyActionDispatcherHigh-performance ActionDispatcher for pre-compiled Groovy scripts. - 
Uses of ActionDispatcher in org.apache.unomi.services.actions.impl
Method parameters in org.apache.unomi.services.actions.impl with type arguments of type ActionDispatcher Modifier and Type Method Description voidActionExecutorDispatcherImpl. bindDispatcher(org.osgi.framework.ServiceReference<ActionDispatcher> actionDispatcherServiceReference)voidActionExecutorDispatcherImpl. unbindDispatcher(org.osgi.framework.ServiceReference<ActionDispatcher> actionDispatcherServiceReference) 
 -