to.etc.domui.dom.errors
Interface IErrorMessageListener
- All Known Implementing Classes:
- ErrorMessageDiv, ErrorPanel, TabPanelBase.TabInstance
public interface IErrorMessageListener
A listener for errors that occur in handling the page. An error message
listener is responsible for altering the page in such a way that the error
becomes visible to the user, and to remove error indications that are no
longer present.
- Author:
- Frits Jalvingh
Created on Jun 12, 2008
errorMessageAdded
void errorMessageAdded(Page pg,
UIMessage m)
errorMessageRemoved
void errorMessageRemoved(Page pg,
UIMessage m)