Interface EditorError

All Known Implementing Classes:
MockEditorError

public interface EditorError
Allows invalid Editor state to be propagated through an Editor hierarchy. Instances of EditorError are typically created as a side effect of calling EditorDelegate.recordError(java.lang.String, java.lang.Object, java.lang.Object).
See Also: