com.ibm.voice.events
Interface CommandAcceptedListener

All Known Implementing Classes:
CommandAcceptedEventMulticaster

public abstract interface CommandAcceptedListener
extends java.util.EventListener

The event set listener interface for the commandAccepted feature.


Method Summary
 void commandAccepted(CommandAcceptedEvent event)
          Invoked when the input and the command matches.
 

Method Detail

commandAccepted

public void commandAccepted(CommandAcceptedEvent event)
Invoked when the input and the command matches.
Parameters:
event - com.ibm.voice.events.CommandAcceptedEvent