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 24 & JDK 24
DRAFT 24-crac+20-25
java.desktop
javax.swing.event
UndoableEditListener
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
undoableEditHappened(UndoableEditEvent)
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