to.etc.domui.dom.errors
Interface IErrorFence
- All Known Implementing Classes:
- ErrorFenceHandler, PropagatingErrorFenceHandler
public interface IErrorFence
The fence over which errors cannot pass. An error fence maintains the
list of listerers that are interested in an error.
- Author:
- Frits Jalvingh
Created on Sep 29, 2008
addErrorListener
void addErrorListener(IErrorMessageListener eml)
removeErrorListener
void removeErrorListener(IErrorMessageListener eml)
addMessage
void addMessage(NodeBase source,
UIMessage uim)
removeMessage
void removeMessage(NodeBase source,
UIMessage uim)
clearGlobalMessages
void clearGlobalMessages(NodeBase source,
java.lang.String code)