| Overview | Package | Class | Tree | Index | Help | |||
| PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||
java.lang.Object | +--javax.speech.EngineAdapter
EngineListener interface
that receives a EngineEvents.
The methods in this class are empty; this class is provided as a
convenience for easily creating listeners by extending this class
and overriding only the methods of interest.
Extended by RecognizerAdapter and SynthesizerAdapter.
| Constructor Summary | |
| EngineAdapter()
|
|
| Method Summary | |
| void | engineAllocated(EngineEvent e)
The Engine has been allocated.
|
| void | engineAllocatingResources(EngineEvent e)
The Engine is being allocated.
|
| void | engineDeallocated(EngineEvent e)
The Engine has been deallocated.
|
| void | engineDeallocatingResources(EngineEvent e)
The Engine is being deallocated.
|
| void | engineError(EngineErrorEvent e)
An EngineErrorEvent has occurred and the
Engine is unable to continue normal operation.
|
| void | enginePaused(EngineEvent e)
The Engine has been paused.
|
| void | engineResumed(EngineEvent e)
The Engine has been resumed.
|
| Methods inherited from class java.lang.Object | |
| clone, equals, finalize, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait | |
| Constructor Detail |
public EngineAdapter()
| Method Detail |
public void enginePaused(EngineEvent e)
Engine has been paused.
public void engineResumed(EngineEvent e)
Engine has been resumed.
public void engineAllocated(EngineEvent e)
Engine has been allocated.
public void engineDeallocated(EngineEvent e)
Engine has been deallocated.
public void engineAllocatingResources(EngineEvent e)
Engine is being allocated.
public void engineDeallocatingResources(EngineEvent e)
Engine is being deallocated.
public void engineError(EngineErrorEvent e)
EngineErrorEvent has occurred and the
Engine is unable to continue normal operation.
| Overview | Package | Class | Tree | Index | Help | |||
| PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||
JavaTM Speech API
Copyright 1997-1998 Sun Microsystems, Inc. All rights reserved
Send comments to javaspeech-comments@sun.com