javax.mail.event
Class ConnectionEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.mail.event.MailEvent
          extended by javax.mail.event.ConnectionEvent
All Implemented Interfaces:
Serializable

public class ConnectionEvent
extends MailEvent

Version:
$Rev: 467553 $ $Date: 2006-10-25 00:01:51 -0400 (Wed, 25 Oct 2006) $
See Also:
Serialized Form

Field Summary
static int CLOSED
          A connection was closed.
static int DISCONNECTED
          A connection was disconnected.
static int OPENED
          A connection was opened.
protected  int type
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ConnectionEvent(Object source, int type)
           
 
Method Summary
 void dispatch(Object listener)
           
 int getType()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

OPENED

public static final int OPENED
A connection was opened.

See Also:
Constant Field Values

DISCONNECTED

public static final int DISCONNECTED
A connection was disconnected.

See Also:
Constant Field Values

CLOSED

public static final int CLOSED
A connection was closed.

See Also:
Constant Field Values

type

protected int type
Constructor Detail

ConnectionEvent

public ConnectionEvent(Object source,
                       int type)
Method Detail

getType

public int getType()

dispatch

public void dispatch(Object listener)
Specified by:
dispatch in class MailEvent


Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.