
public interface InvocationListener
| Modifier and Type | Method and Description |
|---|---|
void |
beforeInvocation(String requester,
String methodName,
Object... argument)
this method will be invoked on any object that implement this interface and which is going to be the
target of a Command invocation.
|
void beforeInvocation(String requester, String methodName, Object... argument) throws InvocationVetoException
requester - who invoked the commandmethodName - the method which is going to be executedargument - the parameters of the method to be invokedInvocationVetoException - if the command is not to be executedCopyright © 2015 LSST. All rights reserved.