JavaScript is disabled on your browser.
This specification is not final and is subject to change. Use is subject to
license terms
.
Skip navigation links
Overview
Class
Use
Tree
Preview
New
Deprecated
Index
Search
Help
Java SE 25 & JDK 25
DRAFT 25-internal+20-suse-6.5-x8664
java.desktop
javax.swing.event
UndoableEditListener
Contents
Description
Method Summary
Method Details
undoableEditHappened(UndoableEditEvent)
Hide sidebar
Show sidebar
Interface UndoableEditListener
All Superinterfaces:
EventListener
All Known Implementing Classes:
UndoManager
public interface
UndoableEditListener
extends
EventListener
Interface implemented by a class interested in hearing about undoable operations.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
undoableEditHappened
(
UndoableEditEvent
e)
An undoable edit happened
Method Details
undoableEditHappened
void
undoableEditHappened
(
UndoableEditEvent
e)
An undoable edit happened
Parameters:
e
- an
UndoableEditEvent
object