public interface CommandExecutionListener
| Modifier and Type | Method and Description |
|---|---|
void |
commandExecuted(Object result)
Command was executed and the method returned result (or null for void methods).
|
void commandExecuted(Object result)
result - result of target method invocation.Copyright © 2018. All rights reserved.