public static interface AskingPoint.OnTagCommandListener
Modifier and Type | Method and Description |
---|---|
boolean |
onTagCommand(java.lang.String requestedTag,
Command<?> command)
Callback to notify when a command request for a specific Tag is complete.
|
boolean onTagCommand(java.lang.String requestedTag, Command<?> command)
requestedTag
- Tag that was requested.command
- Command to execute, or null if there was nothing available.AskingPoint.OnCommandListener
or the default handler.