Uses of Interface
org.teamapps.ux.session.ExecutionDecorator
Packages that use ExecutionDecorator
-
Uses of ExecutionDecorator in org.teamapps.ux.session
Methods in org.teamapps.ux.session with parameters of type ExecutionDecoratorModifier and TypeMethodDescriptionvoidSessionContext.addExecutionDecorator(ExecutionDecorator decorator, boolean outer) Adds a decorator that gets invoked whenever a Thread is bound to this SessionContext.voidExecutionDecoratorStack.addInnerDecorator(ExecutionDecorator decorator) voidExecutionDecoratorStack.addOuterDecorator(ExecutionDecorator decorator) voidExecutionDecoratorStack.removeDecorator(ExecutionDecorator decorator) voidSessionContext.removeExecutionDecorator(ExecutionDecorator decorator) Removes the specified execution decorator.