ca.odell.glazedlists

Interface UndoRedoSupport.Listener

All Superinterfaces:
EventListener

public static interface UndoRedoSupport.Listener
extends EventListener

Implementations of this Listener interface should be registered with an UndoRedoSupport object via UndoRedoSupport.addUndoSupportListener(UndoRedoSupport.Listener). They will be notified of each undoable edit that occurs to the given EventList.

Method Summary

void
undoableEditHappened(UndoRedoSupport.Edit edit)
Notified of each undoable edit applied to the given EventList.

Method Details

undoableEditHappened

public void undoableEditHappened(UndoRedoSupport.Edit edit)
Notified of each undoable edit applied to the given EventList.

Glazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by pbuilder at 2009-07-14 22:05