- All Superinterfaces:
- java.util.EventListener, javax.swing.event.UndoableEditListener
public interface IcyUndoableEditListener
extends javax.swing.event.UndoableEditListener
The listener interface for receiving icyUndoableEdit events.
The class that is interested in processing a icyUndoableEdit
event implements this interface, and the object created
with that class is registered with a component using the
component's addIcyUndoableEditListener method. When
the icyUndoableEdit event occurs, that object's appropriate
method is invoked.
- Author:
- Stephane