/documentation/tts/com/google/tts/TTS.SpeechCompletedListener.html

http://eyes-free.googlecode.com/ · HTML · 215 lines · 167 code · 28 blank · 20 comment · 0 complexity · 5ed56fa773a95c441fa9c18e23511178 MD5 · raw file

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <!--NewPage-->
  3. <HTML>
  4. <HEAD>
  5. <!-- Generated by javadoc (build 1.6.0_16) on Fri Oct 09 19:06:10 PDT 2009 -->
  6. <TITLE>
  7. TTS.SpeechCompletedListener
  8. </TITLE>
  9. <META NAME="date" CONTENT="2009-10-09">
  10. <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">
  11. <SCRIPT type="text/javascript">
  12. function windowTitle()
  13. {
  14. if (location.href.indexOf('is-external=true') == -1) {
  15. parent.document.title="TTS.SpeechCompletedListener";
  16. }
  17. }
  18. </SCRIPT>
  19. <NOSCRIPT>
  20. </NOSCRIPT>
  21. </HEAD>
  22. <BODY BGCOLOR="white" onload="windowTitle();">
  23. <HR>
  24. <!-- ========= START OF TOP NAVBAR ======= -->
  25. <A NAME="navbar_top"><!-- --></A>
  26. <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
  27. <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
  28. <TR>
  29. <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
  30. <A NAME="navbar_top_firstrow"><!-- --></A>
  31. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  32. <TR ALIGN="center" VALIGN="top">
  33. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../com/google/tts/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  34. <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  35. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  36. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  37. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  38. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  39. </TR>
  40. </TABLE>
  41. </TD>
  42. <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  43. </EM>
  44. </TD>
  45. </TR>
  46. <TR>
  47. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  48. &nbsp;<A HREF="../../../com/google/tts/TTS.InitListener.html" title="interface in com.google.tts"><B>PREV CLASS</B></A>&nbsp;
  49. &nbsp;<A HREF="../../../com/google/tts/TTSEarcon.html" title="enum in com.google.tts"><B>NEXT CLASS</B></A></FONT></TD>
  50. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  51. <A HREF="../../../index.html?com/google/tts/TTS.SpeechCompletedListener.html" target="_top"><B>FRAMES</B></A> &nbsp;
  52. &nbsp;<A HREF="TTS.SpeechCompletedListener.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
  53. &nbsp;<SCRIPT type="text/javascript">
  54. <!--
  55. if(window==top) {
  56. document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
  57. }
  58. //-->
  59. </SCRIPT>
  60. <NOSCRIPT>
  61. <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
  62. </NOSCRIPT>
  63. </FONT></TD>
  64. </TR>
  65. <TR>
  66. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  67. SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
  68. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  69. DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
  70. </TR>
  71. </TABLE>
  72. <A NAME="skip-navbar_top"></A>
  73. <!-- ========= END OF TOP NAVBAR ========= -->
  74. <HR>
  75. <!-- ======== START OF CLASS DATA ======== -->
  76. <H2>
  77. <FONT SIZE="-1">
  78. com.google.tts</FONT>
  79. <BR>
  80. Interface TTS.SpeechCompletedListener</H2>
  81. <DL>
  82. <DT><B>Enclosing class:</B><DD><A HREF="../../../com/google/tts/TTS.html" title="class in com.google.tts">TTS</A></DD>
  83. </DL>
  84. <HR>
  85. <DL>
  86. <DT><PRE>public static interface <B>TTS.SpeechCompletedListener</B></DL>
  87. </PRE>
  88. <P>
  89. Called when the TTS has finished speaking by itself (ie, speaking finished
  90. without being canceled).
  91. The InitListener must implement the onInit function. onInit is passed the
  92. version number of the TTS library that the user has installed; since this
  93. is called when the TTS has started, it is a good time to make sure that the
  94. user's TTS library is up to date.
  95. <P>
  96. <P>
  97. <HR>
  98. <P>
  99. <!-- ========== METHOD SUMMARY =========== -->
  100. <A NAME="method_summary"><!-- --></A>
  101. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  102. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  103. <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
  104. <B>Method Summary</B></FONT></TH>
  105. </TR>
  106. <TR BGCOLOR="white" CLASS="TableRowColor">
  107. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  108. <CODE>&nbsp;void</CODE></FONT></TD>
  109. <TD><CODE><B><A HREF="../../../com/google/tts/TTS.SpeechCompletedListener.html#onSpeechCompleted()">onSpeechCompleted</A></B>()</CODE>
  110. <BR>
  111. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  112. </TR>
  113. </TABLE>
  114. &nbsp;
  115. <P>
  116. <!-- ============ METHOD DETAIL ========== -->
  117. <A NAME="method_detail"><!-- --></A>
  118. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  119. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  120. <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
  121. <B>Method Detail</B></FONT></TH>
  122. </TR>
  123. </TABLE>
  124. <A NAME="onSpeechCompleted()"><!-- --></A><H3>
  125. onSpeechCompleted</H3>
  126. <PRE>
  127. void <B>onSpeechCompleted</B>()</PRE>
  128. <DL>
  129. <DD><DL>
  130. </DL>
  131. </DD>
  132. </DL>
  133. <!-- ========= END OF CLASS DATA ========= -->
  134. <HR>
  135. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  136. <A NAME="navbar_bottom"><!-- --></A>
  137. <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
  138. <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
  139. <TR>
  140. <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
  141. <A NAME="navbar_bottom_firstrow"><!-- --></A>
  142. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  143. <TR ALIGN="center" VALIGN="top">
  144. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../com/google/tts/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  145. <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  146. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  147. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  148. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  149. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  150. </TR>
  151. </TABLE>
  152. </TD>
  153. <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  154. </EM>
  155. </TD>
  156. </TR>
  157. <TR>
  158. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  159. &nbsp;<A HREF="../../../com/google/tts/TTS.InitListener.html" title="interface in com.google.tts"><B>PREV CLASS</B></A>&nbsp;
  160. &nbsp;<A HREF="../../../com/google/tts/TTSEarcon.html" title="enum in com.google.tts"><B>NEXT CLASS</B></A></FONT></TD>
  161. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  162. <A HREF="../../../index.html?com/google/tts/TTS.SpeechCompletedListener.html" target="_top"><B>FRAMES</B></A> &nbsp;
  163. &nbsp;<A HREF="TTS.SpeechCompletedListener.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
  164. &nbsp;<SCRIPT type="text/javascript">
  165. <!--
  166. if(window==top) {
  167. document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
  168. }
  169. //-->
  170. </SCRIPT>
  171. <NOSCRIPT>
  172. <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
  173. </NOSCRIPT>
  174. </FONT></TD>
  175. </TR>
  176. <TR>
  177. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  178. SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
  179. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  180. DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
  181. </TR>
  182. </TABLE>
  183. <A NAME="skip-navbar_bottom"></A>
  184. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  185. <HR>
  186. </BODY>
  187. </HTML>