public abstract class RecognizerAction
extends java.lang.Object
| Constructor and Description |
|---|
RecognizerAction() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
doAction()
Do action
|
abstract void |
init()
Initial action
|
abstract boolean |
ready()
Check if this action is ready to execute
|