StarOffice 5.2 API
reverse engineered by classdoc

com.sun.star.speech
Class EngineEvent

java.lang.Object
  |
  +--com.sun.star.lang.EventObject
        |
        +--com.sun.star.speech.SpeechEvent
              |
              +--com.sun.star.speech.EngineEvent
Direct Known Subclasses:
com.sun.star.speech.EngineErrorEvent, com.sun.star.speech.recognition.RecognizerEvent

public synchronized class EngineEvent
extends com.sun.star.speech.SpeechEvent


Field Summary
 int NewEngineState
           
 int OldEngineState
           
static java.lang.Object UNORUNTIMEDATA
           
 
Fields inherited from class com.sun.star.speech.SpeechEvent
Id, UNOTYPEINFO
 
Fields inherited from class com.sun.star.lang.EventObject
Source
 
Constructor Summary
EngineEvent()
           
EngineEvent(java.lang.Object o, int i1, int i2, int i3)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NewEngineState

public int NewEngineState

OldEngineState

public int OldEngineState

UNORUNTIMEDATA

public static java.lang.Object UNORUNTIMEDATA
Constructor Detail

EngineEvent

public EngineEvent()

EngineEvent

public EngineEvent(java.lang.Object o,
                   int i1,
                   int i2,
                   int i3)

StarOffice 5.2 API
reverse engineered by classdoc