Module java.desktop

Class AbstractDocument.DefaultDocumentEvent

  • All Implemented Interfaces:
    Serializable, DocumentEvent, UndoableEdit
    Enclosing class:
    AbstractDocument


    public class AbstractDocument.DefaultDocumentEvent
    extends CompoundEdit
    implements DocumentEvent
    Stores document changes as the document is being modified. Can subsequently be used for change notification when done with the document modification transaction. This is used by the AbstractDocument class and its extensions for broadcasting change information to the document listeners.
    See Also:
    Serialized Form