com.ibm.voice.events
Class CommandAcceptedEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--com.ibm.voice.events.CommandAcceptedEvent

public class CommandAcceptedEvent
extends java.util.EventObject

This is the event class to support the com.ibm.voice.events.CommandAcceptedListener interface.

See Also:
Serialized Form

Constructor Summary
CommandAcceptedEvent(java.lang.Object source)
          Constructs a new CommandAcceptedEvent.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CommandAcceptedEvent

public CommandAcceptedEvent(java.lang.Object source)
Constructs a new CommandAcceptedEvent.
Parameters:
source - java.lang.Object