|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConfCacheEvent | |
---|---|
com.genesyslab.platform.applicationblocks.com.cache |
Uses of ConfCacheEvent in com.genesyslab.platform.applicationblocks.com.cache |
---|
Methods in com.genesyslab.platform.applicationblocks.com.cache with parameters of type ConfCacheEvent | |
---|---|
boolean |
ConfCacheFilter.invoke(ConfCacheEvent cacheEvent)
Evaluate filter's condition on truth or false. |
Method parameters in com.genesyslab.platform.applicationblocks.com.cache with type arguments of type ConfCacheEvent | |
---|---|
void |
DefaultConfCache.register(Action<ConfCacheEvent> handler,
Predicate<ConfCacheEvent> filter)
Registers a delegate for receiving notifications from the cache based on the specified filter. |
void |
DefaultConfCache.register(Action<ConfCacheEvent> handler,
Predicate<ConfCacheEvent> filter)
Registers a delegate for receiving notifications from the cache based on the specified filter. |
void |
DefaultConfCache.register(Subscriber<ConfCacheEvent> subscriber)
Registers a subscriber object for receiving notifications from the cache. |
void |
DefaultConfCache.unregister(Action<ConfCacheEvent> handler)
Unregisters the specified delegate from notifications. |
void |
DefaultConfCache.unregister(Subscriber<ConfCacheEvent> subscriber)
Unregisters the subscriber from event notifications. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |