javax.mail.event
Class MailEvent
public abstract
class
MailEvent
extends EventObject
Common base class for mail events, defining the dispatch method.
Version: 1.3
Author: Chris Burdess
Method Summary |
abstract void | dispatch(Object listener)
Invokes the appropriate method on a listener for this type of event. |
public MailEvent(Object source)
public abstract void dispatch(Object listener)
Invokes the appropriate method on a listener for this type of event.
© Copyright 2003, 2004
The Free Software Foundation, All rights reserved