xmto2xmta
Interface ErrorListener
- All Superinterfaces:
- java.util.EventListener
- public interface ErrorListener
- extends java.util.EventListener
listener interface for the editor options model.
History:
- 27 Oct 2000 - Add tracing support. For messages, in case we want tracing to
to go to a trace log file instead of system console.
error
public void error(ErrorEvent errorEvent)
fatalError
public void fatalError(ErrorEvent errorEvent)
oK
public void oK(ErrorEvent errorEvent)
trace
public void trace(ErrorEvent errorEvent)
warning
public void warning(ErrorEvent errorEvent)