|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.genesyslab.platform.apptemplate.application.GFAppCfgEventListener
com.genesyslab.platform.apptemplate.application.GFAppCfgOptionsEventListener
public abstract class GFAppCfgOptionsEventListener
Nested Class Summary | |
---|---|
protected static class |
GFAppCfgOptionsEventListener.TheAppConfigDataFilter
|
Field Summary | |
---|---|
static Predicate<GFAppCfgEvent> |
THE_APP_CONFIGDATA_FILTER
|
Constructor Summary | |
---|---|
GFAppCfgOptionsEventListener()
|
Method Summary | |
---|---|
Predicate<GFAppCfgEvent> |
getFilter()
Gets filter predicate that allows checking whether publishing event should be processed or ignored. |
abstract void |
handle(GFAppCfgEvent obj)
This method will be called on configuration managers' GFAppCfgEvent after applying
of the application configuration options event filter getFilter()
(returning THE_APP_CONFIGDATA_FILTER ).This filter passes GFAppCfgEvent.AppCfgEventType.AppConfigReceived and GFAppCfgEvent.AppCfgEventType.AppConfigUpdated
events only. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final Predicate<GFAppCfgEvent> THE_APP_CONFIGDATA_FILTER
Constructor Detail |
---|
public GFAppCfgOptionsEventListener()
Method Detail |
---|
public Predicate<GFAppCfgEvent> getFilter()
Subscriber
public abstract void handle(GFAppCfgEvent obj)
GFAppCfgEvent
after applying
of the application configuration options event filter getFilter()
(returning THE_APP_CONFIGDATA_FILTER
).GFAppCfgEvent.AppCfgEventType.AppConfigReceived
and GFAppCfgEvent.AppCfgEventType.AppConfigUpdated
events only.
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |