public interface CacheCaster
| Modifier and Type | Method and Description |
|---|---|
void |
addCacheListener(CacheListener ear)
Adds a listener to this caster.
|
void |
removeCacheListener(CacheListener ear)
Deregisters a listener from this caster.
|
void addCacheListener(CacheListener ear)
CacheChangedEvent.ear - The listener to be notified when the cache value changes.key - The serial command this listenr is interested in.void removeCacheListener(CacheListener ear)
ear - The listener to be notified when the cache value changes.key - The serial command this listenr is interested in.