@FunctionalInterface
public interface UpdateListener
addMapUpdateListener method. When the mapUpdate
event occurs, that object's appropriate method is invoked.| 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.
|
boolean update(java.lang.String typ,
BaseItem source,
java.lang.Object target,
java.lang.String property,
java.lang.Object oldValue,
java.lang.Object newValue)
typ - the typ of Message: NEW UPDATE, REMOVE or SENDUPDATEsource - the Source Elementtarget - The Object of UpdateMsgproperty - Which property is changedoldValue - The oldValuenewValue - The newValue