Package org.hotswap.agent.command
Interface CommandExecutionListener
-
public interface CommandExecutionListenerListen to command execution. Use this listener to get command result.- Author:
- Jiri Bubnik
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcommandExecuted(Object result)Command was executed and the method returned result (or null for void methods).
-
-
-
Method Detail
-
commandExecuted
void commandExecuted(Object result)
Command was executed and the method returned result (or null for void methods).- Parameters:
result- result of target method invocation.
-
-