public abstract class Interceptor extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Interceptor.DIRECTIVE
The directives govern how check change iterates the node (sub)
structure and the result of the iteration.
|
| Constructor and Description |
|---|
Interceptor(RoleConstant role)
Constructs a new Interceptor.
|
| Modifier and Type | Method and Description |
|---|---|
RoleConstant |
getRole()
Returns the constant identifying the role this interceptor is hooked on
to.
|
abstract Interceptor.DIRECTIVE |
intercept(RoleConstant actionTarget)
Invoked when the ongoing task is about to be performed on the node this
interceptor is hooked on to.
|
public Interceptor(RoleConstant role)
role - the object selection role this interceptor is hooked on to.public final RoleConstant getRole()
public abstract Interceptor.DIRECTIVE intercept(RoleConstant actionTarget)
actionTarget - the target of the ongoing action.Copyright © 2006–2020 Esito AS. All rights reserved.