public interface CommandSessionListener
Modifier and Type | Method and Description |
---|---|
void |
afterExecute(CommandSession session,
CharSequence command,
Exception exception) |
void |
afterExecute(CommandSession session,
CharSequence command,
Object result) |
void |
beforeExecute(CommandSession session,
CharSequence command) |
void beforeExecute(CommandSession session, CharSequence command)
void afterExecute(CommandSession session, CharSequence command, Exception exception)
void afterExecute(CommandSession session, CharSequence command, Object result)
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.