javax.mail.event
Class MailEvent
EventObject
javax.mail.event.MailEvent
public abstract class MailEvent
extends EventObject
Common base class for mail events, defining the dispatch method.
abstract void | dispatch(Object listener) - Invokes the appropriate method on a listener for this type of event.
|
MailEvent
public MailEvent(Object source)
dispatch
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