public abstract class MailEvent extends EventObject
source
Constructor and Description |
---|
MailEvent(Object source)
Construct a MailEvent referring to the given source.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
dispatch(Object listener)
This method invokes the appropriate method on a listener for
this event.
|
getSource, toString
public MailEvent(Object source)
source
- the source of the eventpublic abstract void dispatch(Object listener)
listener
- the listener to invoke onCopyright © 2016 Oracle. All rights reserved.