java.util.EventListenerpublic static interface Command.CommandActionPreview
extends java.util.EventListener
| Modifier and Type | Method | Description |
|---|---|---|
void |
onCommandPreviewActivated(Command command) |
Invoked when a command preview has been activated.
|
void |
onCommandPreviewCanceled(Command command) |
Invoked when a command preview has been canceled.
|
void onCommandPreviewActivated(Command command)
command - Command for which the preview has been activated.void onCommandPreviewCanceled(Command command)
command - Command for which the preview has been canceled.