Class UpdateRunnable
- java.lang.Object
-
- org.palladiosimulator.pcmtx.pcmtxviews.manager.UpdateRunnable
-
-
Constructor Summary
Constructors Constructor Description UpdateRunnable(EObjectManager<?> manager, URI uri, String viewsString, boolean reload)
Creates a newUpdateRunnable
with the given parameters.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
void
setReload(boolean reload)
Sets thereload
flag to the given value.
-
-
-
Constructor Detail
-
UpdateRunnable
public UpdateRunnable(EObjectManager<?> manager, URI uri, String viewsString, boolean reload)
Creates a newUpdateRunnable
with the given parameters.- Parameters:
manager
- theEObjectManager
that has to reload theResource
if necessary.uri
- theURI
of the updatedResource
viewsString
- a string representation of the views affected by the updatereload
- should betrue
if theResource
the views currently work on changes,false
otherwise.
-
-