class ChainedManagedUpdate extends java.lang.Object implements UpdateCallback
| Modifier and Type | Field and Description |
|---|---|
private UpdateCallback[] |
callbacks |
| Constructor and Description |
|---|
ChainedManagedUpdate(UpdateCallback[] callbacks) |
| Modifier and Type | Method and Description |
|---|---|
void |
update(java.lang.Object instance,
java.util.Map properties)
Performs an update using the given properties.
|
private final UpdateCallback[] callbacks
ChainedManagedUpdate(UpdateCallback[] callbacks)
public void update(java.lang.Object instance,
java.util.Map properties)
UpdateCallbackupdate in interface UpdateCallbackinstance - the updated instanceproperties - update properties