XMT-O Reference Software

xmto2xmta
Interface ErrorListener

All Superinterfaces:
java.util.EventListener

public interface ErrorListener
extends java.util.EventListener

listener interface for the editor options model.

History:


Method Summary
 void error(ErrorEvent errorEvent)
           
 void fatalError(ErrorEvent errorEvent)
           
 void oK(ErrorEvent errorEvent)
           
 void trace(ErrorEvent errorEvent)
           
 void warning(ErrorEvent errorEvent)
           
 

Method Detail

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)

XMT-O Reference Software