Interface Command.CommandActionPreview
-
- All Superinterfaces:
java.util.EventListener
- Enclosing class:
- Command
public static interface Command.CommandActionPreview extends java.util.EventListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonCommandPreviewActivated(Command command)Invoked when a command preview has been activated.voidonCommandPreviewCanceled(Command command)Invoked when a command preview has been canceled.
-
-
-
Method Detail
-
onCommandPreviewActivated
void onCommandPreviewActivated(Command command)
Invoked when a command preview has been activated.- Parameters:
command- Command for which the preview has been activated.
-
onCommandPreviewCanceled
void onCommandPreviewCanceled(Command command)
Invoked when a command preview has been canceled.- Parameters:
command- Command for which the preview has been canceled.
-
-