Class DefaultPersistencyBehavior.SaveOperation

java.lang.Object
org.eclipse.graphiti.ui.editor.DefaultPersistencyBehavior.SaveOperation
All Implemented Interfaces:
org.eclipse.jface.operation.IRunnableWithProgress, org.eclipse.jface.operation.IThreadListener
Enclosing class:
DefaultPersistencyBehavior

protected final class DefaultPersistencyBehavior.SaveOperation extends Object implements org.eclipse.jface.operation.IRunnableWithProgress, org.eclipse.jface.operation.IThreadListener
The workspace operation used to do the actual save.
Since:
0.11
  • Method Details

    • run

      public void run(org.eclipse.core.runtime.IProgressMonitor monitor)
      Specified by:
      run in interface org.eclipse.jface.operation.IRunnableWithProgress
    • threadChange

      public void threadChange(Thread thread)
      Specified by:
      threadChange in interface org.eclipse.jface.operation.IThreadListener