JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Preview
New
Deprecated
Index
Search
Help
Java SE 25
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