Subversion Repositories javautils

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
7 daniel-mar 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_10) on Tue Nov 17 12:13:37 PST 2009 -->
6
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
7
<TITLE>
8
StoreListener (JavaMail API documentation)
9
</TITLE>
10
 
11
<META NAME="date" CONTENT="2009-11-17">
12
 
13
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">
14
 
15
<SCRIPT type="text/javascript">
16
function windowTitle()
17
{
18
    if (location.href.indexOf('is-external=true') == -1) {
19
        parent.document.title="StoreListener (JavaMail API documentation)";
20
    }
21
}
22
</SCRIPT>
23
<NOSCRIPT>
24
</NOSCRIPT>
25
 
26
</HEAD>
27
 
28
<BODY BGCOLOR="white" onload="windowTitle();">
29
<HR>
30
 
31
 
32
<!-- ========= START OF TOP NAVBAR ======= -->
33
<A NAME="navbar_top"><!-- --></A>
34
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
35
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
36
<TR>
37
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
38
<A NAME="navbar_top_firstrow"><!-- --></A>
39
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
40
  <TR ALIGN="center" VALIGN="top">
41
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
42
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
43
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
44
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/StoreListener.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
45
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
46
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
47
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
48
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
49
  </TR>
50
</TABLE>
51
</TD>
52
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
53
</EM>
54
</TD>
55
</TR>
56
 
57
<TR>
58
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
59
&nbsp;<A HREF="../../../javax/mail/event/StoreEvent.html" title="class in javax.mail.event"><B>PREV CLASS</B></A>&nbsp;
60
&nbsp;<A HREF="../../../javax/mail/event/TransportAdapter.html" title="class in javax.mail.event"><B>NEXT CLASS</B></A></FONT></TD>
61
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
62
  <A HREF="../../../index.html?javax/mail/event/StoreListener.html" target="_top"><B>FRAMES</B></A>  &nbsp;
63
&nbsp;<A HREF="StoreListener.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
64
&nbsp;<SCRIPT type="text/javascript">
65
  <!--
66
  if(window==top) {
67
    document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
68
  }
69
  //-->
70
</SCRIPT>
71
<NOSCRIPT>
72
  <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
73
</NOSCRIPT>
74
 
75
 
76
</FONT></TD>
77
</TR>
78
<TR>
79
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
80
  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
81
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
82
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
83
</TR>
84
</TABLE>
85
<A NAME="skip-navbar_top"></A>
86
<!-- ========= END OF TOP NAVBAR ========= -->
87
 
88
<HR>
89
<!-- ======== START OF CLASS DATA ======== -->
90
<H2>
91
<FONT SIZE="-1">
92
javax.mail.event</FONT>
93
<BR>
94
Interface StoreListener</H2>
95
<DL>
96
<DT><B>All Superinterfaces:</B> <DD><A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/util/EventListener.html?is-external=true" title="class or interface in java.util">EventListener</A></DD>
97
</DL>
98
<HR>
99
<DL>
100
<DT><PRE>public interface <B>StoreListener</B><DT>extends <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/util/EventListener.html?is-external=true" title="class or interface in java.util">EventListener</A></DL>
101
</PRE>
102
 
103
<P>
104
This is the Listener interface for Store Notifications.
105
<P>
106
 
107
<P>
108
<HR>
109
 
110
<P>
111
 
112
<!-- ========== METHOD SUMMARY =========== -->
113
 
114
<A NAME="method_summary"><!-- --></A>
115
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
116
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
117
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
118
<B>Method Summary</B></FONT></TH>
119
</TR>
120
<TR BGCOLOR="white" CLASS="TableRowColor">
121
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
122
<CODE>&nbsp;void</CODE></FONT></TD>
123
<TD><CODE><B><A HREF="../../../javax/mail/event/StoreListener.html#notification(javax.mail.event.StoreEvent)">notification</A></B>(<A HREF="../../../javax/mail/event/StoreEvent.html" title="class in javax.mail.event">StoreEvent</A>&nbsp;e)</CODE>
124
 
125
<BR>
126
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Invoked when the Store generates a notification event.</TD>
127
</TR>
128
</TABLE>
129
&nbsp;
130
<P>
131
 
132
<!-- ============ METHOD DETAIL ========== -->
133
 
134
<A NAME="method_detail"><!-- --></A>
135
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
136
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
137
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
138
<B>Method Detail</B></FONT></TH>
139
</TR>
140
</TABLE>
141
 
142
<A NAME="notification(javax.mail.event.StoreEvent)"><!-- --></A><H3>
143
notification</H3>
144
<PRE>
145
void <B>notification</B>(<A HREF="../../../javax/mail/event/StoreEvent.html" title="class in javax.mail.event">StoreEvent</A>&nbsp;e)</PRE>
146
<DL>
147
<DD>Invoked when the Store generates a notification event.
148
<P>
149
<DD><DL>
150
</DL>
151
</DD>
152
<DD><DL>
153
<DT><B>See Also:</B><DD><A HREF="../../../javax/mail/event/StoreEvent.html#ALERT"><CODE>StoreEvent.ALERT</CODE></A>,
154
<A HREF="../../../javax/mail/event/StoreEvent.html#NOTICE"><CODE>StoreEvent.NOTICE</CODE></A></DL>
155
</DD>
156
</DL>
157
<!-- ========= END OF CLASS DATA ========= -->
158
<HR>
159
 
160
 
161
<!-- ======= START OF BOTTOM NAVBAR ====== -->
162
<A NAME="navbar_bottom"><!-- --></A>
163
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
164
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
165
<TR>
166
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
167
<A NAME="navbar_bottom_firstrow"><!-- --></A>
168
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
169
  <TR ALIGN="center" VALIGN="top">
170
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
171
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
172
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
173
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/StoreListener.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
174
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
175
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
176
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
177
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
178
  </TR>
179
</TABLE>
180
</TD>
181
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
182
</EM>
183
</TD>
184
</TR>
185
 
186
<TR>
187
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
188
&nbsp;<A HREF="../../../javax/mail/event/StoreEvent.html" title="class in javax.mail.event"><B>PREV CLASS</B></A>&nbsp;
189
&nbsp;<A HREF="../../../javax/mail/event/TransportAdapter.html" title="class in javax.mail.event"><B>NEXT CLASS</B></A></FONT></TD>
190
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
191
  <A HREF="../../../index.html?javax/mail/event/StoreListener.html" target="_top"><B>FRAMES</B></A>  &nbsp;
192
&nbsp;<A HREF="StoreListener.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
193
&nbsp;<SCRIPT type="text/javascript">
194
  <!--
195
  if(window==top) {
196
    document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
197
  }
198
  //-->
199
</SCRIPT>
200
<NOSCRIPT>
201
  <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
202
</NOSCRIPT>
203
 
204
 
205
</FONT></TD>
206
</TR>
207
<TR>
208
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
209
  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
210
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
211
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
212
</TR>
213
</TABLE>
214
<A NAME="skip-navbar_bottom"></A>
215
<!-- ======== END OF BOTTOM NAVBAR ======= -->
216
 
217
<HR>
218
Copyright &#169; 2009 <a href="http://www.sun.com">Sun Microsystems, Inc.</a>. All Rights Reserved.
219
</BODY>
220
</HTML>