org.apache.beehive.netui.tags
Interface IErrorCollector

All Known Implementing Classes:
Tree

public interface IErrorCollector

An IErrorCollector collects errors generated by the children and reports them. This is used by container type tags who's children reportErrors.


Method Summary
 void collectChildError(String error)
           
 

Method Detail

collectChildError

void collectChildError(String error)