JSR-209 (Final Release)

javax.swing.event
Interface UndoableEditListener

All Superinterfaces:
java.util.EventListener

public interface UndoableEditListener
extends java.util.EventListener

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


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

Method Detail

undoableEditHappened

public void undoableEditHappened(UndoableEditEvent e)
An undoable edit happened


JSR-209 (Final Release)

Java and Java 2D are trademarks or registered trademarks of Sun Microsystems, Inc. in the U.S. and other countries.
Copyright 1993 - 2006 Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, California 95054, U.S.A. All Rights Reserved.
Use of this specification is subject to this license.