Package com.attivio.sdk.server.global
Interface GlobalMapListener
-
@Deprecated public interface GlobalMapListener
Deprecated.This API should no longer be used and is scheduled for removal in a future releaseA listener for receiving changes to aGlobalMap
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
updated(java.lang.String key, java.lang.String value)
Deprecated.Called when an update to aGlobalMap
occurs.
-
-
-
Method Detail
-
updated
void updated(java.lang.String key, java.lang.String value)
Deprecated.Called when an update to aGlobalMap
occurs.If
value
isnull
the key has been removed from the map.
-
-