Package org.eclipse.graphiti.ui.editor
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 Summary
Modifier and TypeMethodDescriptionvoid
run
(org.eclipse.core.runtime.IProgressMonitor monitor) void
threadChange
(Thread thread)
-
Method Details
-
run
public void run(org.eclipse.core.runtime.IProgressMonitor monitor) - Specified by:
run
in interfaceorg.eclipse.jface.operation.IRunnableWithProgress
-
threadChange
- Specified by:
threadChange
in interfaceorg.eclipse.jface.operation.IThreadListener
-