Package org.nuxeo.ecm.core.security
Class UpdateACEStatusListener
- java.lang.Object
-
- org.nuxeo.ecm.core.security.UpdateACEStatusListener
-
- All Implemented Interfaces:
EventListener
public class UpdateACEStatusListener extends Object implements EventListener
Listener triggering the work updating ACE status.- Since:
- 7.4
-
-
Field Summary
Fields Modifier and Type Field Description static String
UPDATE_ACE_STATUS_EVENT
-
Constructor Summary
Constructors Constructor Description UpdateACEStatusListener()
-
-
-
Field Detail
-
UPDATE_ACE_STATUS_EVENT
public static final String UPDATE_ACE_STATUS_EVENT
- See Also:
- Constant Field Values
-
-
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
-
-