Uses of Interface
ch.rswk.meta.engine.ActionService.ActionExecuteDelegate
Packages that use ActionService.ActionExecuteDelegate
Package
Description
meta-engine is the backend of every application based on meta.
-
Uses of ActionService.ActionExecuteDelegate in ch.rswk.meta.engine
Classes in ch.rswk.meta.engine that implement ActionService.ActionExecuteDelegateFields in ch.rswk.meta.engine declared as ActionService.ActionExecuteDelegateModifier and TypeFieldDescriptionprivate final ActionService.ActionExecuteDelegateActionService.DelegateWrapper.delegateThe field for thedelegaterecord component.Methods in ch.rswk.meta.engine that return ActionService.ActionExecuteDelegateModifier and TypeMethodDescriptionActionService.DelegateWrapper.delegate()Returns the value of thedelegaterecord component.Methods in ch.rswk.meta.engine with parameters of type ActionService.ActionExecuteDelegateModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<Void> ActionService.registerExecuteDelegate(String actionId, ActionService.ActionExecuteDelegate delegate) Constructors in ch.rswk.meta.engine with parameters of type ActionService.ActionExecuteDelegateModifierConstructorDescriptionprivateDelegateWrapper(ActionService.ActionExecuteDelegate delegate, com.codahale.metrics.Meter errorMeter, com.codahale.metrics.Timer timer) Creates an instance of aDelegateWrapperrecord class.