JavaScript is disabled on your browser.
javax.mail.event

Class ConnectionEvent

  • All Implemented Interfaces:
    java.io.Serializable


    public class ConnectionEvent
    extends MailEvent 
    A connection event.
    See Also:
    Serialized Form
    • Field Summary

      Fields
      Modifier and Type Field and Description
      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

      Constructors
      Constructor and Description
      ConnectionEvent (java.lang.Object source, int type)
      Constructor.
    • Method Summary

      Methods
      Modifier and Type Method and Description
      void dispatch (java.lang.Object listener)
      Invokes the appropriate listener method.
      int getType ()
      Returns 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

      • DISCONNECTED

        public static final int DISCONNECTED
        A connection was disconnected (not currently used).
        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
        type - one of OPENED, DISCONNECTED, or CLOSED
    • Method Detail

      • getType

        public int getType()
        Returns the type of this event.
      • dispatch

        public void dispatch(java.lang.Object listener)
        Invokes the appropriate listener method.
        Specified by:
        dispatch in class MailEvent

AltStyle によって変換されたページ (->オリジナル) /