|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GFAppCfgEvent | |
---|---|
com.genesyslab.platform.apptemplate.application | This package provides helper components for connectivity with Genesys Configuration Framework. |
Uses of GFAppCfgEvent in com.genesyslab.platform.apptemplate.application |
---|
Classes in com.genesyslab.platform.apptemplate.application that implement GFAppCfgEvent | |
---|---|
protected class |
GFApplicationConfigurationManager.GFAppCfgEventImpl
Internal implementation of Genesys CME application configuration manager event. |
Fields in com.genesyslab.platform.apptemplate.application with type parameters of type GFAppCfgEvent | |
---|---|
static Predicate<GFAppCfgEvent> |
GFAppCfgOptionsEventListener.THE_APP_CONFIGDATA_FILTER
|
static Predicate<GFAppCfgEvent> |
GFAppCfgLogOptionsEventListener.THE_APP_LOG_OPTIONS_FILTER
|
Methods in com.genesyslab.platform.apptemplate.application that return types with arguments of type GFAppCfgEvent | |
---|---|
Predicate<GFAppCfgEvent> |
GFAppCfgOptionsEventListener.getFilter()
|
Predicate<GFAppCfgEvent> |
GFAppCfgLogOptionsEventListener.getFilter()
|
Methods in com.genesyslab.platform.apptemplate.application with parameters of type GFAppCfgEvent | |
---|---|
abstract void |
GFAppCfgOptionsEventListener.handle(GFAppCfgEvent obj)
This method will be called on configuration managers' GFAppCfgEvent after applying
of the application configuration options event filter GFAppCfgOptionsEventListener.getFilter()
(returning GFAppCfgOptionsEventListener.THE_APP_CONFIGDATA_FILTER ).This filter passes GFAppCfgEvent.AppCfgEventType.AppConfigReceived and GFAppCfgEvent.AppCfgEventType.AppConfigUpdated
events only. |
void |
GFAppCfgLogOptionsEventListener.handle(GFAppCfgEvent event)
|
protected void |
GFApplicationConfigurationManager.handleEvent(GFAppCfgEvent appEvent)
|
protected void |
GFApplicationConfigurationManager.handleEvent(GFAppCfgEvent appEvent,
java.lang.Runnable task)
|
boolean |
GFAppCfgOptionsEventListener.TheAppConfigDataFilter.invoke(GFAppCfgEvent event)
|
boolean |
GFAppCfgLogOptionsEventListener.TheAppLogOptionsFilter.invoke(GFAppCfgEvent event)
|
Method parameters in com.genesyslab.platform.apptemplate.application with type arguments of type GFAppCfgEvent | |
---|---|
void |
GFApplicationConfigurationManager.register(Action<GFAppCfgEvent> handler,
Predicate<GFAppCfgEvent> filter)
|
void |
GFApplicationConfigurationManager.register(Action<GFAppCfgEvent> handler,
Predicate<GFAppCfgEvent> filter)
|
void |
GFApplicationConfigurationManager.register(Subscriber<GFAppCfgEvent> subscriber)
|
void |
GFApplicationConfigurationManager.unregister(Action<GFAppCfgEvent> handler)
|
void |
GFApplicationConfigurationManager.unregister(Subscriber<GFAppCfgEvent> subscriber)
|
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |