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 Boolean
ConcurrentEventHandling. call()
protected boolean
AbstractEventSource. forwardEvent(T event, boolean consumed, boolean concurrent)
Sends the designated event to all registered event handler.boolean
AbstractActivityEventHandler. handleEvent(Event eve, boolean consumed)
boolean
AbstractSharingActEventSource. 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 boolean
FileMarkHandler. handleEvent(Event eve, boolean consumed)
boolean
InstanceStartEventHandler. handleEvent(Event eve, boolean consumed)
boolean
MarkInstanceStartEventHandler. 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. the file the source was renamed or moved to. -
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 boolean
InstanceStartEventHandler. handleEvent(Event eve, boolean consumed)
boolean
MailFlagHandler. 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 boolean
EventHandler. handleEvent(Event event, boolean consumed)
This method actually processes an event.
-