HybrisApplicationEventMulticaster@Deprecated public class EventMultiplexer extends Object
| Constructor and Description |
|---|
EventMultiplexer()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<AbstractEventListener> |
getListeners()
Deprecated.
|
void |
onApplicationEvent(ApplicationEvent event)
Deprecated.
|
boolean |
registerListener(AbstractEventListener listener)
Deprecated.
|
void |
setClusterService(ClusterService clusterService)
Deprecated.
The multiplexer can filter out all events where the cluster id in the event does not match the current cluster.
|
boolean |
unregisterListener(AbstractEventListener listener)
Deprecated.
|
public void onApplicationEvent(ApplicationEvent event)
event - processed only if this event is an "AbstractEvent"public boolean registerListener(AbstractEventListener listener)
public boolean unregisterListener(AbstractEventListener listener)
public List<AbstractEventListener> getListeners()
public void setClusterService(ClusterService clusterService)
clusterService - the clusterServiceCopyright © 2017 SAP SE. All Rights Reserved.