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 class
GroovyActionDispatcher
An implementation of an ActionDispatcher for the Groovy language. -
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 void
ActionExecutorDispatcherImpl. bindDispatcher(org.osgi.framework.ServiceReference<ActionDispatcher> actionDispatcherServiceReference)
void
ActionExecutorDispatcherImpl. unbindDispatcher(org.osgi.framework.ServiceReference<ActionDispatcher> actionDispatcherServiceReference)
-