public interface CacheClearedListener
Monitor interface of the eliminated cache message.
| Modifier and Type | Method and Description |
|---|---|
void |
notifyCacheCleared(java.lang.String mapName, Rectangle2D clearedBounds)
Notifies the cache has been eliminated.
|
void notifyCacheCleared(java.lang.String mapName,
Rectangle2D clearedBounds)
Notifies the cache has been eliminated. This method will be called when UGCMapProvider eliminated cache.
mapName - The map name to eliminate cache.clearedBounds - The extent of the cache to eliminate.