static class EventQueue.TerminatorEvent extends MailEvent
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
TerminatorEvent() |
| Modifier and Type | Method and Description |
|---|---|
void |
dispatch(java.lang.Object listener)
This method invokes the appropriate method on a listener for
this event.
|
private static final long serialVersionUID
public void dispatch(java.lang.Object listener)
MailEvent