- 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.
-
Method Summary
default Set<org.alfresco.repo.event.v1.model.EventType>
Obtain the set of EventType's that this handler will handle.
-
Method Details
-
getHandledEventTypes
default Set<org.alfresco.repo.event.v1.model.EventType> getHandledEventTypes()
Obtain the set of EventType's that this handler will handle.
- Specified by:
getHandledEventTypes in interface EventHandler
- Returns:
- the set of
EventType's handled by this handler. Ths value must not be null