public interface CommandSessionListener
Modifier and Type | Method and Description |
---|---|
void |
afterExecute(CommandSession session,
java.lang.CharSequence command,
java.lang.Exception exception) |
void |
afterExecute(CommandSession session,
java.lang.CharSequence command,
java.lang.Object result) |
void |
beforeExecute(CommandSession session,
java.lang.CharSequence command) |
void beforeExecute(CommandSession session, java.lang.CharSequence command)
void afterExecute(CommandSession session, java.lang.CharSequence command, java.lang.Exception exception)
void afterExecute(CommandSession session, java.lang.CharSequence command, java.lang.Object result)