|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.voice.ProcessingBean
This abstract class is a base class for implementation of Processing Bean Design Pattern. All beans that support this design pattern must extend ProcessingBean.
Constructor Summary | |
ProcessingBean()
A default constructor with no arguments. |
Method Summary | |
void |
addActionErrorListener(ActionErrorListener newListener)
Adds a specified actionError listener to receive actionError events from this ProcessingBean. |
void |
addFetchArgumentsListener(FetchArgumentsListener newListener)
Adds a specified fetchArguments listener to recieve fetchArguments events from this ProcessingBean. |
void |
addTriggerNextActionListener(TriggerNextActionListener newListener)
Add a specified triggerNextAction listener to receive triggerNextAction events from this ProcessingBean. |
void |
removeActionErrorListener(ActionErrorListener newListener)
Removes a specified actionError listener so it no longer receives actionError events from this ProcessingBean. |
void |
removeFetchArgumentsListener(FetchArgumentsListener newListener)
Removes a specified fetchArguments listener so it no longer receives fetchArguments events from this ProcessingBean. |
void |
removeTriggerNextActionListener(TriggerNextActionListener newListener)
Removes a specified trigerNextAction listener so it no longer receives triggerNextAction events from this ProcessingBean. |
void |
triggerAction()
It is invoked to evaluate the function. |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public ProcessingBean()
Method Detail |
public void addActionErrorListener(ActionErrorListener newListener)
newListener
- ActionErrorListenerpublic void addFetchArgumentsListener(FetchArgumentsListener newListener)
newListener
- FetchArgumensListenerpublic void addTriggerNextActionListener(TriggerNextActionListener newListener)
newListener
- TriggerNextActionListenerpublic void removeActionErrorListener(ActionErrorListener newListener)
newListener
- ActionErrorListenerpublic void removeFetchArgumentsListener(FetchArgumentsListener newListener)
newListener
- fetchArgumentsListenerpublic void removeTriggerNextActionListener(TriggerNextActionListener newListener)
newListener
- TriggerNextActionListenerpublic void triggerAction()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |