- すべてのスーパー・インタフェース:
EventListener
- 既知のすべての実装クラス:
UndoManager
public interface UndoableEditListener extends EventListener
取消し可能なオペレーションに関する情報が必要なクラスによって実装されるインタフェースです。
-
メソッドのサマリー
-
メソッドの詳細
-
undoableEditHappened
void undoableEditHappened(UndoableEditEvent e) 取消し可能な編集が発生しました。- パラメータ:
e
-UndoableEditEvent
オブジェクト
-