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 newUpdateRunnablewith the given parameters.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun()voidsetReload(boolean reload)Sets thereloadflag to the given value.
-
-
-
Constructor Detail
-
UpdateRunnable
public UpdateRunnable(EObjectManager<?> manager, URI uri, String viewsString, boolean reload)
Creates a newUpdateRunnablewith the given parameters.- Parameters:
manager- theEObjectManagerthat has to reload theResourceif necessary.uri- theURIof the updatedResourceviewsString- a string representation of the views affected by the updatereload- should betrueif theResourcethe views currently work on changes,falseotherwise.
-
-