Class ConnectionEvent

    • 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​(Object source,
                               int type)
        Construct a ConnectionEvent.
        Parameters:
        source - The source object
        type - the event type
    • Method Detail

      • getType

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

        public void dispatch​(Object listener)
        Invokes the appropriate ConnectionListener method
        Specified by:
        dispatch in class MailEvent
        Parameters:
        listener - the listener to invoke on