public interface IUpdate
Modifier and Type | Method and Description |
---|---|
boolean |
canUpdate(IUpdateContext context)
Checks whether the values of the current pictogram element of the given
context can be updated.
|
boolean |
update(IUpdateContext context)
Updates the pictogram element.
|
IReason |
updateNeeded(IUpdateContext context)
Check whether the values in the pictogram element are up to date, that
means whether the graphics algorithm of this pictogram element contain
the latest values from the business objects.
|
boolean canUpdate(IUpdateContext context)
context
- the contextIReason updateNeeded(IUpdateContext context)
context
- the contextboolean update(IUpdateContext context)
context
- the context