|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConfEvent | |
---|---|
com.genesyslab.platform.applicationblocks.com | |
com.genesyslab.platform.applicationblocks.com.cache | |
com.genesyslab.platform.apptemplate.filtering.impl.configuration |
Uses of ConfEvent in com.genesyslab.platform.applicationblocks.com |
---|
Methods in com.genesyslab.platform.applicationblocks.com with parameters of type ConfEvent | |
---|---|
boolean |
NotificationFilter.invoke(ConfEvent obj)
Used to evaluate whether the specified event passes this filter. |
Method parameters in com.genesyslab.platform.applicationblocks.com with type arguments of type ConfEvent | |
---|---|
void |
ConfService.register(Action<ConfEvent> handler,
Predicate<ConfEvent> filter)
Registers custom handler for ConfigurationEvent's handling. |
void |
ConfService.register(Action<ConfEvent> handler,
Predicate<ConfEvent> filter)
Registers custom handler for ConfigurationEvent's handling. |
void |
ConfService.register(Subscriber<ConfEvent> subscriber)
Registers custom handler for ConfigurationEvent's handling. |
void |
ConfService.unregister(Action<ConfEvent> handler)
Unregisters custom ConfigurationEvent's handler. |
void |
ConfService.unregister(Subscriber<ConfEvent> subscriber)
Unregisters custom ConfigurationEvent's handler. |
Uses of ConfEvent in com.genesyslab.platform.applicationblocks.com.cache |
---|
Methods in com.genesyslab.platform.applicationblocks.com.cache that return types with arguments of type ConfEvent | |
---|---|
Predicate<ConfEvent> |
DefaultConfCache.getFilter()
|
Methods in com.genesyslab.platform.applicationblocks.com.cache with parameters of type ConfEvent | |
---|---|
void |
DefaultConfCache.handle(ConfEvent configEvent)
|
Uses of ConfEvent in com.genesyslab.platform.apptemplate.filtering.impl.configuration |
---|
Methods in com.genesyslab.platform.apptemplate.filtering.impl.configuration with parameters of type ConfEvent | |
---|---|
void |
FilterChainNotificationHandler.handle(ConfEvent obj)
Handles notifications from Configuration server. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |