Class ProxySubscriptionPropagationListener
- java.lang.Object
-
- org.nuxeo.ecm.platform.ec.notification.ProxySubscriptionPropagationListener
-
- All Implemented Interfaces:
EventListener
public class ProxySubscriptionPropagationListener extends Object implements EventListener
Propagate previously set notifications when a proxy is replaced by a new version.- Author:
- ogrisel
-
-
Constructor Summary
Constructors Constructor Description ProxySubscriptionPropagationListener()
-
-
-
Method Detail
-
handleEvent
public void handleEvent(Event event)
Description copied from interface:EventListener
Handle the given event. The listener can cancel the event by callingEvent.cancel()
- Specified by:
handleEvent
in interfaceEventListener
- Parameters:
event
- the event
-
-