public abstract class MailEvent
extends java.util.EventObject
Constructor and Description |
---|
MailEvent(java.lang.Object source) |
Modifier and Type | Method and Description |
---|---|
abstract void |
dispatch(java.lang.Object listener)
Invokes the appropriate method on a listener for this type of event.
|