public interface IInterceptorBroadcaster
| Modifier and Type | Method and Description |
|---|---|
boolean |
callHooks(Pointcut thePointcut,
HookParams theParams)
Invoke registered interceptor hook methods for the given Pointcut.
|
Object |
callHooksAndReturnObject(Pointcut thePointcut,
HookParams theParams)
Invoke registered interceptor hook methods for the given Pointcut.
|
boolean |
hasHooks(Pointcut thePointcut)
Does this broadcaster have any hooks for the given pointcut?
|
boolean callHooks(Pointcut thePointcut, HookParams theParams)
false if any of the invoked hook methods returned
false, and returns true otherwise.Object callHooksAndReturnObject(Pointcut thePointcut, HookParams theParams)
void or booleannullCopyright © 2014–2019 University Health Network. All rights reserved.