Package jetbrains.mps.smodel
Interface UndoRunnable
- 
- All Superinterfaces:
 Runnable
- All Known Implementing Classes:
 UndoRunnable.Base
public interface UndoRunnable extends Runnable
Optional interface to pass toModelAccess.executeCommand(Runnable)andModelAccess.executeCommandInEDT(Runnable)which supplies extra information about undoable command 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classUndoRunnable.Base 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetGroupId()StringgetName()booleanshallConfirmUndo() 
 -