Class UndoActionReceiver
java.lang.Object
com.inductiveautomation.perspective.designer.workspace.undo.UndoActionReceiver
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescription<T> voidinterceptNext(String key, Class<T> type, Consumer<T> consumer) Suppress the next received undo event for a given type.<T> voidvoidsuppressNext(String key)  
- 
Constructor Details
- 
UndoActionReceiver
 
 - 
 - 
Method Details
- 
getEditor
 - 
suppressNext
 - 
interceptNext
Suppress the next received undo event for a given type. - 
receive
 
 -