public class DefaultCallbackChain extends Object implements CallbackChain<Object>
| Constructor and Description |
|---|
DefaultCallbackChain() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(CallbackOperation callback) |
void |
addAll(Collection<CallbackOperation> callbacks) |
void |
doChain(Object context,
Object value)
Method used to invoke the next operation in the chain.
|
public void doChain(Object context, Object value)
CallbackChaindoChain in interface CallbackChain<Object>context - contextvalue - value to be passed to the chainpublic void addAll(Collection<CallbackOperation> callbacks)
public void add(CallbackOperation callback)
Copyright © 2018. All rights reserved.