Interface OnNodeDeletedEventHandler
-
- All Superinterfaces:
EventHandler,NodeEventHandler
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface OnNodeDeletedEventHandler extends NodeEventHandler
EventHandlerfor node deletion handling.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Set<EventType>getHandledEventTypes()Obtain the set ofEventType's that this handler will handle.-
Methods inherited from interface org.alfresco.event.sdk.handling.handler.EventHandler
getEventFilter, handleEvent
-
-
-
-
Method Detail
-
getHandledEventTypes
default Set<EventType> getHandledEventTypes()
Description copied from interface:EventHandlerObtain the set ofEventType's that this handler will handle.- Specified by:
getHandledEventTypesin interfaceEventHandler- Returns:
- the set of
EventType's handled by this handler. Ths value must not benull
-
-