Where Am I? Class Hierarchy (JFC) All Classes (JFC)

Interface com.sun.java.swing.event.UndoableEditListener

public interface UndoableEditListener
extends EventListener

Interface implemented by a class interested in hearing about undoable operations.


Method Index

undoableEditHappened(UndoableEditEvent)
An undoable edit happened

Methods

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


Where Am I? Class Hierarchy (JFC) All Classes (JFC)