java.lang.Object
com.inductiveautomation.perspective.designer.workspace.undo.UndoActionReceiver

public class UndoActionReceiver extends Object
  • Constructor Details

  • Method Details

    • getEditor

      public ViewResourceEditor getEditor()
    • suppressNext

      public void suppressNext(String key)
    • interceptNext

      public <T> void interceptNext(String key, Class<T> type, Consumer<T> consumer)
      Suppress the next received undo event for a given type.
    • receive

      public <T> void receive(String key, String json)