JavaTM 2 Platform
Standard Ed. 6

javax.swing.event
接口 UndoableEditListener

所有超级接口:
EventListener
所有已知实现类:
UndoManager

public interface UndoableEditListener
extends EventListener

该接口由某个对接收有关可撤消操作的消息感兴趣的类实现。


方法摘要
 void undoableEditHappened(UndoableEditEvent e)
          发生了可撤消的编辑操作
 

方法详细信息

undoableEditHappened

void undoableEditHappened(UndoableEditEvent e)
发生了可撤消的编辑操作


JavaTM 2 Platform
Standard Ed. 6

提交错误或意见

版权所有 2008 Sun Microsystems, Inc. 保留所有权利。请遵守GNU General Public License, version 2 only