public interface ErrorListener
extends java.util.EventListener
| Modifier and Type | Method and Description |
|---|---|
void |
errorOccurred(ErrorEvent event)
Deprecated.
Invoked when an error has occurred.
|
void errorOccurred(ErrorEvent event)
event - The error event.