public class ChainUpdateListener extends java.lang.Object implements UpdateListener
| Constructor and Description |
|---|
ChainUpdateListener() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
update(java.lang.String typ,
BaseItem source,
java.lang.Object target,
java.lang.String property,
java.lang.Object oldValue,
java.lang.Object newValue)
Send update msg.
|
ChainUpdateListener |
with(UpdateListener... values) |
public boolean update(java.lang.String typ,
BaseItem source,
java.lang.Object target,
java.lang.String property,
java.lang.Object oldValue,
java.lang.Object newValue)
UpdateListenerupdate in interface UpdateListenertyp - the typ of Message: NEW UPDATE, REMOVE or SENDUPDATEsource - the Source Elementtarget - The Object of UpdateMsgproperty - Which property is changedoldValue - The oldValuenewValue - The newValuepublic ChainUpdateListener with(UpdateListener... values)