javax.mail.event

Class MailEvent

Known Direct Subclasses:
ConnectionEvent, FolderEvent, MessageChangedEvent, MessageCountEvent, StoreEvent, TransportEvent

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

void
dispatch(Object listener)
Invokes the appropriate method on a listener for this type of event.

Constructor Details

MailEvent

public MailEvent(Object source)

Method Details

dispatch

public 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