All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.sun.java.swing.undo.UndoableEditListener

public interface UndoableEditListener
extends EventListener
Interface implemented by a class interested in hearing about undoable operations.


Method Index

 o undoableEditHappened(UndoableEditEvent)
An undoable edit happened

Methods

 o undoableEditHappened
 public abstract void undoableEditHappened(UndoableEditEvent e)
An undoable edit happened


All Packages  Class Hierarchy  This Package  Previous  Next  Index