Platform SDK Java 8.5 API Reference

Uses of Class
com.genesyslab.platform.applicationblocks.com.cache.ConfCacheEvent

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

Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.