/[classpath]/classpath/javax/naming/ldap/UnsolicitedNotificationEvent.java
ViewVC logotype

Diff of /classpath/javax/naming/ldap/UnsolicitedNotificationEvent.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by mark, Sat Nov 23 21:44:28 2002 UTC revision 1.2 by mkoch, Fri Jun 27 21:03:53 2003 UTC
# Line 37  exception statement from your version. * Line 37  exception statement from your version. *
37    
38    
39  package javax.naming.ldap;  package javax.naming.ldap;
40    
41  import java.util.EventObject;  import java.util.EventObject;
42    
43  /**  /**
44   * @author Warren Levy <warrenl@redhat.com>   * @author Warren Levy <warrenl@redhat.com>
45   * @date June 5, 2001   * @date June 5, 2001
46   */   */
   
47  public class UnsolicitedNotificationEvent extends EventObject  public class UnsolicitedNotificationEvent extends EventObject
48  {  {
49      private static final long serialVersionUID = -2382603380799883705L;
50      
51    // Serialized fields.    // Serialized fields.
52    private UnsolicitedNotification notice;    private UnsolicitedNotification notice;
53    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26