public class SpeechEventWrapper
extends SpeechEvent
EventObject
)
in a SpeechEvent
so that it can be dispatched through
the speech event dispatch mechanism.
One use of this is in the BaseEngineProperties
class
that needs to wrap and issue PropertyChangeEvents
.SpeechEventUtilities
,
EventObject
Modifier and Type | Field and Description |
---|---|
protected java.util.EventObject |
eventObject
The wrapped event.
|
protected static int |
WRAPPER_ID
Use an id that won't be confused with JSAPI event ids.
|
Constructor and Description |
---|
SpeechEventWrapper(java.util.EventObject e)
Class constructor.
|
Modifier and Type | Method and Description |
---|---|
java.util.EventObject |
getEventObject()
Gets the wrapped event.
|
protected static int WRAPPER_ID
protected java.util.EventObject eventObject