Registers the given observer to begin receiving notifications when undoable edits are made to the document.
@param listener the observer to register
@see javax.swing.event.UndoableEditEvent
Registers an UndoableEditListener. The listener is notified whenever an edit occurs which can be undone.
@param l an UndoableEditListener object
@see #removeUndoableEditListener
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.