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.4
Author:
Chris Burdess

Constructor Summary

MailEvent(Object source)

Method Summary

abstract 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 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