javax.swing.event
Interface UndoableEditListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
UndoManager

public interface UndoableEditListener
extends EventListener

Disabled: no SafeJ information.

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


Method Summary
 void undoableEditHappened(UndoableEditEvent e)
          An undoable edit happened
 

Method Detail

undoableEditHappened

void undoableEditHappened(UndoableEditEvent e)
Class is disabled.

An undoable edit happened