PageRenderTime 44ms CodeModel.GetById 14ms RepoModel.GetById 0ms app.codeStats 0ms

/www/tags/NOV_07_2009/htdocs/api/org/gjt/sp/util/WorkThreadProgressListener.html

#
HTML | 229 lines | 189 code | 30 blank | 10 comment | 0 complexity | e2ec1b488c5a306a1e363a3e8aac65a6 MD5 | raw file
Possible License(s): BSD-3-Clause, AGPL-1.0, Apache-2.0, LGPL-2.0, LGPL-3.0, GPL-2.0, CC-BY-SA-3.0, LGPL-2.1, GPL-3.0, MPL-2.0-no-copyleft-exception, IPL-1.0
  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.5.0_14) on Tue Jul 22 07:14:17 GMT-08:00 2008 -->
  6. <TITLE>
  7. WorkThreadProgressListener (jEdit API)
  8. </TITLE>
  9. <META NAME="keywords" CONTENT="org.gjt.sp.util.WorkThreadProgressListener interface">
  10. <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
  11. <NOSCRIPT>
  12. </NOSCRIPT>
  13. </HEAD>
  14. <BODY BGCOLOR="white" >
  15. <!-- ========= START OF TOP NAVBAR ======= -->
  16. <A NAME="navbar_top"><!-- --></A>
  17. <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
  18. <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
  19. <TR>
  20. <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
  21. <A NAME="navbar_top_firstrow"><!-- --></A>
  22. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  23. <TR ALIGN="center" VALIGN="top">
  24. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  25. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  26. <TD BGCOLOR="#00008B" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  27. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/WorkThreadProgressListener.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
  28. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  29. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  30. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  31. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  32. </TR>
  33. </TABLE>
  34. </TD>
  35. <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  36. </EM>
  37. </TD>
  38. </TR>
  39. <TR>
  40. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  41. &nbsp;<A HREF="../../../../org/gjt/sp/util/WorkThreadPool.html" title="class in org.gjt.sp.util"><B>PREV CLASS</B></A>&nbsp;
  42. &nbsp;<A HREF="../../../../org/gjt/sp/util/XMLUtilities.html" title="class in org.gjt.sp.util"><B>NEXT CLASS</B></A></FONT></TD>
  43. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  44. <A HREF="../../../../index.html?org/gjt/sp/util/WorkThreadProgressListener.html" target="_top"><B>FRAMES</B></A> &nbsp;
  45. &nbsp;<A HREF="WorkThreadProgressListener.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
  46. &nbsp;
  47. <NOSCRIPT>
  48. <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
  49. </NOSCRIPT>
  50. </FONT></TD>
  51. </TR>
  52. <TR>
  53. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  54. SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
  55. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  56. DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
  57. </TR>
  58. </TABLE>
  59. <A NAME="skip-navbar_top"></A>
  60. <!-- ========= END OF TOP NAVBAR ========= -->
  61. <HR>
  62. <!-- ======== START OF CLASS DATA ======== -->
  63. <H2>
  64. <FONT SIZE="-1">
  65. org.gjt.sp.util</FONT>
  66. <BR>
  67. Interface WorkThreadProgressListener</H2>
  68. <DL>
  69. <DT><B>All Superinterfaces:</B> <DD>java.util.EventListener</DD>
  70. </DL>
  71. <DL>
  72. <DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../../org/gjt/sp/jedit/gui/StatusBar.html" title="class in org.gjt.sp.jedit.gui">StatusBar</A></DD>
  73. </DL>
  74. <HR>
  75. <DL>
  76. <DT><PRE>public interface <B>WorkThreadProgressListener</B><DT>extends java.util.EventListener</DL>
  77. </PRE>
  78. <P>
  79. A work thread execution progress listener.
  80. <P>
  81. <P>
  82. <DL>
  83. <DT><B>Since:</B></DT>
  84. <DD>jEdit 2.6pre1</DD>
  85. </DL>
  86. <HR>
  87. <P>
  88. <!-- ========== METHOD SUMMARY =========== -->
  89. <A NAME="method_summary"><!-- --></A>
  90. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  91. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  92. <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
  93. <B>Method Summary</B></FONT></TH>
  94. </TR>
  95. <TR BGCOLOR="white" CLASS="TableRowColor">
  96. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  97. <CODE>&nbsp;void</CODE></FONT></TD>
  98. <TD><CODE><B><A HREF="../../../../org/gjt/sp/util/WorkThreadProgressListener.html#progressUpdate(org.gjt.sp.util.WorkThreadPool, int)">progressUpdate</A></B>(<A HREF="../../../../org/gjt/sp/util/WorkThreadPool.html" title="class in org.gjt.sp.util">WorkThreadPool</A>&nbsp;threadPool,
  99. int&nbsp;threadIndex)</CODE>
  100. <BR>
  101. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  102. </TR>
  103. <TR BGCOLOR="white" CLASS="TableRowColor">
  104. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  105. <CODE>&nbsp;void</CODE></FONT></TD>
  106. <TD><CODE><B><A HREF="../../../../org/gjt/sp/util/WorkThreadProgressListener.html#statusUpdate(org.gjt.sp.util.WorkThreadPool, int)">statusUpdate</A></B>(<A HREF="../../../../org/gjt/sp/util/WorkThreadPool.html" title="class in org.gjt.sp.util">WorkThreadPool</A>&nbsp;threadPool,
  107. int&nbsp;threadIndex)</CODE>
  108. <BR>
  109. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  110. </TR>
  111. </TABLE>
  112. &nbsp;
  113. <P>
  114. <!-- ============ METHOD DETAIL ========== -->
  115. <A NAME="method_detail"><!-- --></A>
  116. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  117. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  118. <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
  119. <B>Method Detail</B></FONT></TH>
  120. </TR>
  121. </TABLE>
  122. <A NAME="statusUpdate(org.gjt.sp.util.WorkThreadPool, int)"><!-- --></A><H3>
  123. statusUpdate</H3>
  124. <PRE>
  125. void <B>statusUpdate</B>(<A HREF="../../../../org/gjt/sp/util/WorkThreadPool.html" title="class in org.gjt.sp.util">WorkThreadPool</A>&nbsp;threadPool,
  126. int&nbsp;threadIndex)</PRE>
  127. <DL>
  128. <DD><DL>
  129. </DL>
  130. </DD>
  131. <DD><DL>
  132. </DL>
  133. </DD>
  134. </DL>
  135. <HR>
  136. <A NAME="progressUpdate(org.gjt.sp.util.WorkThreadPool, int)"><!-- --></A><H3>
  137. progressUpdate</H3>
  138. <PRE>
  139. void <B>progressUpdate</B>(<A HREF="../../../../org/gjt/sp/util/WorkThreadPool.html" title="class in org.gjt.sp.util">WorkThreadPool</A>&nbsp;threadPool,
  140. int&nbsp;threadIndex)</PRE>
  141. <DL>
  142. <DD><DL>
  143. </DL>
  144. </DD>
  145. <DD><DL>
  146. </DL>
  147. </DD>
  148. </DL>
  149. <!-- ========= END OF CLASS DATA ========= -->
  150. <HR>
  151. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  152. <A NAME="navbar_bottom"><!-- --></A>
  153. <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
  154. <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
  155. <TR>
  156. <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
  157. <A NAME="navbar_bottom_firstrow"><!-- --></A>
  158. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  159. <TR ALIGN="center" VALIGN="top">
  160. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  161. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  162. <TD BGCOLOR="#00008B" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  163. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/WorkThreadProgressListener.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
  164. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  165. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  166. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  167. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  168. </TR>
  169. </TABLE>
  170. </TD>
  171. <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  172. </EM>
  173. </TD>
  174. </TR>
  175. <TR>
  176. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  177. &nbsp;<A HREF="../../../../org/gjt/sp/util/WorkThreadPool.html" title="class in org.gjt.sp.util"><B>PREV CLASS</B></A>&nbsp;
  178. &nbsp;<A HREF="../../../../org/gjt/sp/util/XMLUtilities.html" title="class in org.gjt.sp.util"><B>NEXT CLASS</B></A></FONT></TD>
  179. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  180. <A HREF="../../../../index.html?org/gjt/sp/util/WorkThreadProgressListener.html" target="_top"><B>FRAMES</B></A> &nbsp;
  181. &nbsp;<A HREF="WorkThreadProgressListener.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
  182. &nbsp;
  183. <NOSCRIPT>
  184. <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
  185. </NOSCRIPT>
  186. </FONT></TD>
  187. </TR>
  188. <TR>
  189. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  190. SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
  191. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  192. DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
  193. </TR>
  194. </TABLE>
  195. <A NAME="skip-navbar_bottom"></A>
  196. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  197. <HR>
  198. </BODY>
  199. </HTML>