public interface SendCallback
| Modifier and Type | Method and Description |
|---|---|
void |
sending(Command command)
This method provides the hook for pre-send logic.
|
CommandResponse |
sent(Command command,
CommandResponse response)
This method provides the hook for post-send logic.
|
void sending(Command command)
command - the command being sentCommandResponse sent(Command command, CommandResponse response)
command - the command being sentCopyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.