Statistics
| Revision:

svn-gvsig-desktop / tags / v1_9_Build_1245 / docs / Andami / andami-api / com / iver / andami / messages / ProgressListener.html @ 40287

History | View | Annotate | Download (9.27 KB)

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.4.2_04) on Fri May 13 11:46:18 CEST 2005 -->
6
<TITLE>
7
ProgressListener
8
</TITLE>
9

    
10
<META NAME="keywords" CONTENT="com.iver.andami.messages.ProgressListener interface">
11

    
12
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
13

    
14
<SCRIPT type="text/javascript">
15
function windowTitle()
16
{
17
    parent.document.title="ProgressListener";
18
}
19
</SCRIPT>
20

    
21
</HEAD>
22

    
23
<BODY BGCOLOR="white" onload="windowTitle();">
24

    
25

    
26
<!-- ========= START OF TOP NAVBAR ======= -->
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="">
30
<TR>
31
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32
<A NAME="navbar_top_firstrow"><!-- --></A>
33
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34
  <TR ALIGN="center" VALIGN="top">
35
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
38
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/ProgressListener.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
39
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
40
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
41
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
42
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
43
  </TR>
44
</TABLE>
45
</TD>
46
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
47
</EM>
48
</TD>
49
</TR>
50

    
51
<TR>
52
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
53
&nbsp;<A HREF="../../../../com/iver/andami/messages/NotificationListener.html" title="interface in com.iver.andami.messages"><B>PREV CLASS</B></A>&nbsp;
54
&nbsp;NEXT CLASS</FONT></TD>
55
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56
  <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
57
&nbsp;<A HREF="ProgressListener.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
58
&nbsp;<SCRIPT type="text/javascript">
59
  <!--
60
  if(window==top) {
61
    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
62
  }
63
  //-->
64
</SCRIPT>
65
<NOSCRIPT>
66
  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
67
</NOSCRIPT>
68

    
69
</FONT></TD>
70
</TR>
71
<TR>
72
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
73
  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
74
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
76
</TR>
77
</TABLE>
78
<A NAME="skip-navbar_top"></A>
79
<!-- ========= END OF TOP NAVBAR ========= -->
80

    
81
<HR>
82
<!-- ======== START OF CLASS DATA ======== -->
83
<H2>
84
<FONT SIZE="-1">
85
com.iver.andami.messages</FONT>
86
<BR>
87
Interface ProgressListener</H2>
88
<DL>
89
<DT><B>All Superinterfaces:</B> <DD>java.util.EventListener</DD>
90
</DL>
91
<HR>
92
<DL>
93
<DT>public interface <B>ProgressListener</B><DT>extends java.util.EventListener</DL>
94

    
95
<P>
96
Interfaz implementada por las extensiones que quieran informar del estado de
97
 su ejecuci?n. Por ejemplo un extension que tarda mucho en ejecutarse puede
98
 implementar esta interfaz y a?adirse como ProgressListener de la
99
 aplicacion. De esta manera la aplicaci?n le pedir? su estado a intervalos
100
 regulares de tiempo y mostrar? esta informaci?n en la barra de estado
101
<P>
102

    
103
<P>
104
<DL>
105
<DT><B>Author:</B></DT>
106
  <DD>Fernando Gonz?lez Cort?s</DD>
107
</DL>
108
<HR>
109

    
110
<P>
111
<!-- ======== NESTED CLASS SUMMARY ======== -->
112

    
113

    
114
<!-- =========== FIELD SUMMARY =========== -->
115

    
116

    
117
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
118

    
119

    
120
<!-- ========== METHOD SUMMARY =========== -->
121

    
122
<A NAME="method_summary"><!-- --></A>
123
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
124
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
125
<TD COLSPAN=2><FONT SIZE="+2">
126
<B>Method Summary</B></FONT></TD>
127
</TR>
128
<TR BGCOLOR="white" CLASS="TableRowColor">
129
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
130
<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
131
<TD><CODE><B><A HREF="../../../../com/iver/andami/messages/ProgressListener.html#getProgress()">getProgress</A></B>()</CODE>
132

    
133
<BR>
134
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;M?todo invocado a intervalos regulares por la aplicaci?n y en el que se
135
 debe devolver el estado de una supuesta ejecuci?n</TD>
136
</TR>
137
<TR BGCOLOR="white" CLASS="TableRowColor">
138
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
139
<CODE>&nbsp;int</CODE></FONT></TD>
140
<TD><CODE><B><A HREF="../../../../com/iver/andami/messages/ProgressListener.html#getProgressValue()">getProgressValue</A></B>()</CODE>
141

    
142
<BR>
143
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Devuelve un porcentaje que indica el progreso de la tarea</TD>
144
</TR>
145
</TABLE>
146
&nbsp;
147
<P>
148

    
149
<!-- ============ FIELD DETAIL =========== -->
150

    
151

    
152
<!-- ========= CONSTRUCTOR DETAIL ======== -->
153

    
154

    
155
<!-- ============ METHOD DETAIL ========== -->
156

    
157
<A NAME="method_detail"><!-- --></A>
158
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
159
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
160
<TD COLSPAN=1><FONT SIZE="+2">
161
<B>Method Detail</B></FONT></TD>
162
</TR>
163
</TABLE>
164

    
165
<A NAME="getProgress()"><!-- --></A><H3>
166
getProgress</H3>
167
<PRE>
168
public java.lang.String <B>getProgress</B>()</PRE>
169
<DL>
170
<DD>M?todo invocado a intervalos regulares por la aplicaci?n y en el que se
171
 debe devolver el estado de una supuesta ejecuci?n
172
<P>
173
<DD><DL>
174
</DL>
175
</DD>
176
<DD><DL>
177

    
178
<DT><B>Returns:</B><DD>Cadena que se env?a a la aplicaci?n</DL>
179
</DD>
180
</DL>
181
<HR>
182

    
183
<A NAME="getProgressValue()"><!-- --></A><H3>
184
getProgressValue</H3>
185
<PRE>
186
public int <B>getProgressValue</B>()</PRE>
187
<DL>
188
<DD>Devuelve un porcentaje que indica el progreso de la tarea
189
<P>
190
<DD><DL>
191
</DL>
192
</DD>
193
<DD><DL>
194

    
195
<DT><B>Returns:</B><DD>n?mero del 0 al 100</DL>
196
</DD>
197
</DL>
198
<!-- ========= END OF CLASS DATA ========= -->
199
<HR>
200

    
201

    
202
<!-- ======= START OF BOTTOM NAVBAR ====== -->
203
<A NAME="navbar_bottom"><!-- --></A>
204
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
205
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
206
<TR>
207
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
208
<A NAME="navbar_bottom_firstrow"><!-- --></A>
209
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
210
  <TR ALIGN="center" VALIGN="top">
211
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
212
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
213
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
214
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/ProgressListener.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
215
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
216
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
217
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
218
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
219
  </TR>
220
</TABLE>
221
</TD>
222
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
223
</EM>
224
</TD>
225
</TR>
226

    
227
<TR>
228
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
229
&nbsp;<A HREF="../../../../com/iver/andami/messages/NotificationListener.html" title="interface in com.iver.andami.messages"><B>PREV CLASS</B></A>&nbsp;
230
&nbsp;NEXT CLASS</FONT></TD>
231
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
232
  <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
233
&nbsp;<A HREF="ProgressListener.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
234
&nbsp;<SCRIPT type="text/javascript">
235
  <!--
236
  if(window==top) {
237
    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
238
  }
239
  //-->
240
</SCRIPT>
241
<NOSCRIPT>
242
  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
243
</NOSCRIPT>
244

    
245
</FONT></TD>
246
</TR>
247
<TR>
248
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
249
  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
250
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
251
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
252
</TR>
253
</TABLE>
254
<A NAME="skip-navbar_bottom"></A>
255
<!-- ======== END OF BOTTOM NAVBAR ======= -->
256

    
257
<HR>
258

    
259
</BODY>
260
</HTML>