|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.voice.FunctionBean | +--com.ibm.voice.CommandItem
This bean is used as part of command recognition.
Constructor Summary | |
CommandItem()
A default constructor with no arguments. |
Method Summary | |
void |
addCommandAcceptedListener(CommandAcceptedListener newListener)
Add a new CommandAccepted listener. |
java.lang.String |
getAboutThisBean()
Returns a special formatted string intended for use by the editor of this property. |
java.lang.String |
getCommandName()
Gets the commandName property (java.lang.String) value. |
java.lang.String |
getInputCommand()
Gets the inputCommand property (java.lang.String) value. |
void |
removeCommandAcceptedListener(CommandAcceptedListener newListener)
Removes the CommandAccepted listener. |
void |
setAboutThisBean(java.lang.String s)
Setter method for the aboutThisBean property to be available in the properties list. |
void |
setCommandName(java.lang.String commandName)
Sets the commandName property (java.lang.String) value. |
void |
setInputCommand(java.lang.String inputCommand)
Sets the inputCommand property (java.lang.String) value. |
Methods inherited from class com.ibm.voice.FunctionBean |
addFetchArgumentsListener,
addPropertyChangeListener,
addTriggerNextActionListener,
getAutoAction,
removeFetchArgumentsListener,
removePropertyChangeListener,
removeTriggerNextActionListener,
setAutoAction,
triggerAction |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public CommandItem()
Method Detail |
public void addCommandAcceptedListener(CommandAcceptedListener newListener)
newListener
- com.ibm.voice.events.CommandAcceptedListenerpublic java.lang.String getAboutThisBean()
public java.lang.String getCommandName()
setCommandName(java.lang.String)
public java.lang.String getInputCommand()
setInputCommand(java.lang.String)
public void removeCommandAcceptedListener(CommandAcceptedListener newListener)
newListener
- com.ibm.voice.events.CommandAcceptedListenerpublic void setAboutThisBean(java.lang.String s)
s
- the special formatted stringpublic void setCommandName(java.lang.String commandName)
commandName
- The new value for the property.
getCommandName()
public void setInputCommand(java.lang.String inputCommand)
inputCommand
- The new value for the property.getInputCommand()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |