protected class FileScriptingPanel.ScriptUndoableEditListener
extends java.lang.Object
implements javax.swing.event.UndoableEditListener
| Modifier | Constructor and Description |
|---|---|
protected |
ScriptUndoableEditListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
undoableEditHappened(javax.swing.event.UndoableEditEvent e)
Gets called when an undoable event gets triggered.
|