FXMisc / UndoFX

Undo manager for JavaFX
BSD 2-Clause "Simplified" License
99 stars 17 forks source link

Enhancement: Listen to Undo/Redo events. #2

Closed ghost closed 10 years ago

ghost commented 10 years ago

I would like to be able to listen to the Undo/Redo events.

TomasMikula commented 10 years ago

I added ObservableBooleanValue UndoManager.performingActionProperty() which indicates whether undo or redo action is currently in progress.