Interface OnChildAssocCreatedEventHandler
- All Superinterfaces:
ChildAssocEventHandler,EventHandler
- 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 OnChildAssocCreatedEventHandler
extends ChildAssocEventHandler
EventHandler for parent-child association creation handling.-
Method Summary
Modifier and TypeMethodDescriptiondefault Set<org.alfresco.repo.event.v1.model.EventType>Obtain the set ofEventType's that this handler will handle.Methods inherited from interface org.alfresco.event.sdk.handling.handler.EventHandler
getEventFilter, handleEvent
-
Method Details
-
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
-