Uses of Class
de.aristaflow.adept2.model.events.EventHandlingException
Packages that use EventHandlingException
Package
Description
-
Uses of EventHandlingException in de.aristaflow.adept2.core.eventmanager.common
Methods in de.aristaflow.adept2.core.eventmanager.common that throw EventHandlingExceptionModifier and TypeMethodDescriptionConcurrentEventHandling.call()protected booleanAbstractEventSource.forwardEvent(T event, boolean consumed, boolean concurrent) Sends the designated event to all registered event handler.booleanAbstractActivityEventHandler.handleEvent(Event eve, boolean consumed) booleanAbstractInstanceStartEventHandler.handleEvent(Event eve, boolean consumed) booleanAbstractSharingActEventSource.handleEvent(Event eve, boolean consumed) -
Uses of EventHandlingException in de.aristaflow.adept2.core.eventmanager.fileevents
Methods in de.aristaflow.adept2.core.eventmanager.fileevents that throw EventHandlingExceptionModifier and TypeMethodDescriptionbooleanFileMarkHandler.handleEvent(Event eve, boolean consumed) booleanMarkInstanceStartEventHandler.handleEvent(Event eve, boolean consumed) Extracted fromFileMarkHandler.handleEvent(Event, boolean)so that it could be extended with the destination file, i.e. -
Uses of EventHandlingException in de.aristaflow.adept2.core.eventmanager.mailevents
Methods in de.aristaflow.adept2.core.eventmanager.mailevents that throw EventHandlingExceptionModifier and TypeMethodDescriptionbooleanMailFlagHandler.handleEvent(Event eve, boolean consumed) -
Uses of EventHandlingException in de.aristaflow.adept2.model.events.handler
Methods in de.aristaflow.adept2.model.events.handler that throw EventHandlingExceptionModifier and TypeMethodDescriptionbooleanEventHandler.handleEvent(Event event, boolean consumed) This method actually processes an event.