Uses of Class
de.aristaflow.adept2.model.events.EventHandlingException
-
-
Uses of EventHandlingException in de.aristaflow.adept2.core.eventmanager.common
Methods in de.aristaflow.adept2.core.eventmanager.common that throw EventHandlingException Modifier and Type Method Description BooleanConcurrentEventHandling. 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 EventHandlingException Modifier and Type Method Description booleanFileMarkHandler. handleEvent(Event eve, boolean consumed)booleanMarkInstanceStartEventHandler. handleEvent(Event eve, boolean consumed)protected Triple<Boolean,File,Boolean>FileMarkHandler. markFile(FileEvent 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 EventHandlingException Modifier and Type Method Description booleanMailFlagHandler. 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 EventHandlingException Modifier and Type Method Description booleanEventHandler. handleEvent(Event event, boolean consumed)This method actually processes an event.
-