Verwendungen von Schnittstelle
org.teamapps.ux.session.ExecutionDecorator
Packages, die ExecutionDecorator verwenden
-
Verwendungen von ExecutionDecorator in org.teamapps.ux.session
Methoden in org.teamapps.ux.session mit Parametern vom Typ ExecutionDecoratorModifizierer und TypMethodeBeschreibungvoidSessionContext.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.