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

Constructor Summary
MailEvent(Object source)
Method Summary
abstract voiddispatch(Object listener)
Invokes the appropriate method on a listener for this type of event.

Constructor Detail

MailEvent

public MailEvent(Object source)

Method Detail

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