upstream version 1.2.2
[debian/freetts] / javadoc / com / sun / speech / engine / SpeechEventDispatcher.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">\r
2 <!--NewPage-->\r
3 <HTML>\r
4 <HEAD>\r
5 <!-- Generated by javadoc (build 1.4.2_16) on Mon Mar 09 18:20:28 CET 2009 -->\r
6 <TITLE>\r
7 SpeechEventDispatcher (FreeTTS 1.2)\r
8 </TITLE>\r
9 \r
10 <META NAME="keywords" CONTENT="com.sun.speech.engine.SpeechEventDispatcher interface">\r
11 \r
12 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">\r
13 \r
14 <SCRIPT type="text/javascript">\r
15 function windowTitle()\r
16 {\r
17     parent.document.title="SpeechEventDispatcher (FreeTTS 1.2)";\r
18 }\r
19 </SCRIPT>\r
20 \r
21 </HEAD>\r
22 \r
23 <BODY BGCOLOR="white" onload="windowTitle();">\r
24 \r
25
26 <!-- ========= START OF TOP NAVBAR ======= -->\r
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">\r
30 <TR>\r
31 <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">\r
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">\r
34   <TR ALIGN="center" VALIGN="top">\r
35   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>\r
36   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>\r
37   <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>\r
38   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>\r
39   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>\r
40   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>\r
41   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>\r
42   </TR>\r
43 </TABLE>\r
44 </TD>\r
45 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>\r
46 </EM>\r
47 </TD>\r
48 </TR>\r
49 \r
50 <TR>\r
51 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">\r
52 &nbsp;PREV CLASS&nbsp;\r
53 &nbsp;NEXT CLASS</FONT></TD>\r
54 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">\r
55   <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;\r
56 &nbsp;<A HREF="SpeechEventDispatcher.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;\r
57 &nbsp;<SCRIPT type="text/javascript">\r
58   <!--\r
59   if(window==top) {\r
60     document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');\r
61   }\r
62   //-->\r
63 </SCRIPT>\r
64 <NOSCRIPT>\r
65   <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>\r
66 </NOSCRIPT>
67 \r
68 </FONT></TD>\r
69 </TR>\r
70 <TR>\r
71 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">\r
72   SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>\r
73 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">\r
74 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>\r
75 </TR>\r
76 </TABLE>\r
77 <A NAME="skip-navbar_top"></A>
78 <!-- ========= END OF TOP NAVBAR ========= -->\r
79 \r
80 <HR>\r
81 <!-- ======== START OF CLASS DATA ======== -->\r
82 <H2>\r
83 <FONT SIZE="-1">\r
84 com.sun.speech.engine</FONT>\r
85 <BR>\r
86 Interface SpeechEventDispatcher</H2>\r
87 <DL>\r
88 <DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../../com/sun/speech/engine/BaseEngine.html" title="class in com.sun.speech.engine">BaseEngine</A>, <A HREF="../../../../com/sun/speech/engine/BaseEngineProperties.html" title="class in com.sun.speech.engine">BaseEngineProperties</A>, <A HREF="../../../../com/sun/speech/engine/synthesis/BaseSynthesizer.html" title="class in com.sun.speech.engine.synthesis">BaseSynthesizer</A>, <A HREF="../../../../com/sun/speech/engine/synthesis/BaseSynthesizerQueueItem.html" title="class in com.sun.speech.engine.synthesis">BaseSynthesizerQueueItem</A></DD>\r
89 </DL>\r
90 <HR>\r
91 <DL>\r
92 <DT>public interface <B>SpeechEventDispatcher</B></DL>\r
93 \r
94 <P>\r
95 Interface to be implemented by objects that dispatch
96  <code>SpeechEvents</code>.\r
97 <P>\r
98 \r
99 <P>\r
100 <DL>\r
101 <DT><B>See Also:</B><DD><A HREF="../../../../com/sun/speech/engine/SpeechEventUtilities.html" title="class in com.sun.speech.engine"><CODE>SpeechEventUtilities</CODE></A></DL>\r
102 <HR>\r
103 \r
104 <P>\r
105 <!-- ======== NESTED CLASS SUMMARY ======== -->\r
106 \r
107 \r
108 <!-- =========== FIELD SUMMARY =========== -->\r
109 \r
110 \r
111 <!-- ======== CONSTRUCTOR SUMMARY ======== -->\r
112 \r
113 \r
114 <!-- ========== METHOD SUMMARY =========== -->\r
115 \r
116 <A NAME="method_summary"><!-- --></A>
117 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">\r
118 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">\r
119 <TD COLSPAN=2><FONT SIZE="+2">\r
120 <B>Method Summary</B></FONT></TD>\r
121 </TR>\r
122 <TR BGCOLOR="white" CLASS="TableRowColor">\r
123 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">\r
124 <CODE>&nbsp;void</CODE></FONT></TD>\r
125 <TD><CODE><B><A HREF="../../../../com/sun/speech/engine/SpeechEventDispatcher.html#dispatchSpeechEvent(javax.speech.SpeechEvent)">dispatchSpeechEvent</A></B>(javax.speech.SpeechEvent&nbsp;event)</CODE>\r
126 \r
127 <BR>\r
128 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Dispatches a <code>SpeechEvent</code> to all appropriate
129  <code>SpeechEventListeners</code>
130  on the object that implements this interface.</TD>\r
131 </TR>\r
132 </TABLE>\r
133 &nbsp;\r
134 <P>\r
135 \r
136 <!-- ============ FIELD DETAIL =========== -->\r
137 \r
138 \r
139 <!-- ========= CONSTRUCTOR DETAIL ======== -->\r
140 \r
141 \r
142 <!-- ============ METHOD DETAIL ========== -->\r
143 \r
144 <A NAME="method_detail"><!-- --></A>
145 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">\r
146 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">\r
147 <TD COLSPAN=1><FONT SIZE="+2">\r
148 <B>Method Detail</B></FONT></TD>\r
149 </TR>\r
150 </TABLE>\r
151 \r
152 <A NAME="dispatchSpeechEvent(javax.speech.SpeechEvent)"><!-- --></A><H3>\r
153 dispatchSpeechEvent</H3>\r
154 <PRE>\r
155 public void <B>dispatchSpeechEvent</B>(javax.speech.SpeechEvent&nbsp;event)</PRE>\r
156 <DL>\r
157 <DD>Dispatches a <code>SpeechEvent</code> to all appropriate
158  <code>SpeechEventListeners</code>
159  on the object that implements this interface.\r
160 <P>\r
161 <DD><DL>\r
162 <DT><B>Parameters:</B><DD><CODE>event</CODE> - the event to dispactch</DL>\r
163 </DD>\r
164 </DL>\r
165 <!-- ========= END OF CLASS DATA ========= -->\r
166 <HR>\r
167 \r
168
169 <!-- ======= START OF BOTTOM NAVBAR ====== -->\r
170 <A NAME="navbar_bottom"><!-- --></A>
171 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
172 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">\r
173 <TR>\r
174 <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">\r
175 <A NAME="navbar_bottom_firstrow"><!-- --></A>
176 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">\r
177   <TR ALIGN="center" VALIGN="top">\r
178   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>\r
179   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>\r
180   <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>\r
181   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>\r
182   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>\r
183   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>\r
184   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>\r
185   </TR>\r
186 </TABLE>\r
187 </TD>\r
188 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>\r
189 </EM>\r
190 </TD>\r
191 </TR>\r
192 \r
193 <TR>\r
194 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">\r
195 &nbsp;PREV CLASS&nbsp;\r
196 &nbsp;NEXT CLASS</FONT></TD>\r
197 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">\r
198   <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;\r
199 &nbsp;<A HREF="SpeechEventDispatcher.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;\r
200 &nbsp;<SCRIPT type="text/javascript">\r
201   <!--\r
202   if(window==top) {\r
203     document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');\r
204   }\r
205   //-->\r
206 </SCRIPT>\r
207 <NOSCRIPT>\r
208   <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>\r
209 </NOSCRIPT>
210 \r
211 </FONT></TD>\r
212 </TR>\r
213 <TR>\r
214 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">\r
215   SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>\r
216 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">\r
217 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>\r
218 </TR>\r
219 </TABLE>\r
220 <A NAME="skip-navbar_bottom"></A>
221 <!-- ======== END OF BOTTOM NAVBAR ======= -->\r
222 \r
223 <HR>\r
224 \r
225 </BODY>\r
226 </HTML>\r