Class representing an update undo action.
This class extends UndoAction and implements the callback method to update a block in the TokenManager.
The type of the undo action, set to 'update'.
Static
Callback method to be implemented by subclasses.
The TokenManager instance to apply the undo action to.
This method is called when the undo action is executed, allowing subclasses to define their specific behavior.
Class representing an update undo action.
Description
This class extends UndoAction and implements the callback method to update a block in the TokenManager.