Interface GuardedMethodInvoker
-
- All Known Implementing Classes:
GuardedMethodInvokerImpl
public interface GuardedMethodInvokerGuard that only oneGuardedMethodis active at one point in time.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinvokeIfNotActive(GuardedMethod method)Invoke the invocation if it's not active.
-
-
-
Method Detail
-
invokeIfNotActive
void invokeIfNotActive(GuardedMethod method)
Invoke the invocation if it's not active.- Parameters:
method- The method to invoke.
-
-