JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
All Classes
SEARCH:
JavaScript is disabled on your browser.
Uses of Interface
com.attivio.sdk.server.util.SystemEventPublisher
Packages that use
SystemEventPublisher
Package
Description
com.attivio.sdk.server.component.configuration
Interfaces used by components to signal they wish to have certain platform dependencies injected and to standardize on best practices in terms of configuration.
Uses of
SystemEventPublisher
in
com.attivio.sdk.server.component.configuration
Methods in
com.attivio.sdk.server.component.configuration
with parameters of type
SystemEventPublisher
Modifier and Type
Method
Description
void
SystemEventPublisherAware.
setSystemEventPublisher
(
SystemEventPublisher
pub)
This method will be called by the AIE server to supply a
SystemEventPublisher
that this component can store and use.