Interface GuardedMethodInvoker
-
- All Known Implementing Classes:
GuardedMethodInvokerImpl
public interface GuardedMethodInvoker
Guard that only oneGuardedMethod
is active at one point in time.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
invokeIfNotActive(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.
-
-