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:
java.io.Serializable

public class ConnectionEvent
extends MailEvent

This class models Connection events.

Author:
John Mani
See Also:
Serialized Form

Field Summary
static int CLOSED
          A connection was closed.
static int DISCONNECTED
          A connection was disconnected (not currently used).
static int OPENED
          A connection was opened.
protected  int type
          The event type.
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ConnectionEvent(java.lang.Object source, int type)
          Constructor
 
Method Summary
 void dispatch(java.lang.Object listener)
          Invokes the appropriate ConnectionListener method
 int getType()
          Return the type of this event
 
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 (not currently used).

See Also:
Constant Field Values

CLOSED

public static final int CLOSED
A connection was closed.

See Also:
Constant Field Values

type

protected int type
The event type.

Constructor Detail

ConnectionEvent

public ConnectionEvent(java.lang.Object source,
                       int type)
Constructor

Parameters:
source - The source object
Method Detail

getType

public int getType()
Return the type of this event

Returns:
type

dispatch

public void dispatch(java.lang.Object listener)
Invokes the appropriate ConnectionListener method

Specified by:
dispatch in class MailEvent


Submit a bug or feature

Copyright © 2009-2011, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.

Generated on 10-February-2011 12:41

Scripting on this page tracks web page traffic, but does not change the content in any way.