Search this API

y.view
Interface Graph2DUndoManager.UndoListener

Enclosing class:
Graph2DUndoManager

public static interface Graph2DUndoManager.UndoListener

Implementations of this interface can register with the UndoManager to receive notification whenever a new command is added to the queue of undoable events.

 

Method Summary
 void commandAdded(Command com)
          Callback method that gets invoked when the given Command was added to the queue of undoable events.
 

Method Detail

commandAdded

void commandAdded(Command com)
Callback method that gets invoked when the given Command was added to the queue of undoable events.


© Copyright 2000-2022,
yWorks GmbH.
All rights reserved.