org.siebengeisslein.pclass.error
Interface HasErrors

All Known Implementing Classes:
DefaultErrorList, Project

public interface HasErrors


Method Summary
 void addErrorListener(ErrorListener listener)
           
 java.util.List<ErrorItem> listCurrentErrors()
           
 void removeErrorListener(ErrorListener listener)
           
 

Method Detail

listCurrentErrors

java.util.List<ErrorItem> listCurrentErrors()

addErrorListener

void addErrorListener(ErrorListener listener)

removeErrorListener

void removeErrorListener(ErrorListener listener)