| Modifier and Type | Method and Description |
|---|---|
java.lang.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) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
FileMarkHandler.handleEvent(Event eve,
boolean consumed) |
boolean |
InstanceStartEventHandler.handleEvent(Event eve,
boolean consumed) |
boolean |
MarkInstanceStartEventHandler.handleEvent(Event eve,
boolean consumed) |
protected Triple<java.lang.Boolean,java.io.File,java.lang.Boolean> |
FileMarkHandler.markFile(FileEvent eve,
boolean consumed)
Extracted from
FileMarkHandler.handleEvent(Event, boolean) so that it could be extended with the
destination file, i.e. the file the source was renamed or moved to. |
protected void |
MarkInstanceStartEventHandler.processFileEvent(FileEvent event,
java.util.Collection<? extends Parameter> inParams,
InstanceDataContainer dataContainer,
java.io.File file,
java.io.File lockFile)
Processes the file of the designated event and sets the values of the input
parameters in the designated data container.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
InstanceStartEventHandler.handleEvent(Event eve,
boolean consumed) |
boolean |
MailFlagHandler.handleEvent(Event eve,
boolean consumed) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
EventHandler.handleEvent(Event event,
boolean consumed)
This method actually processes an event.
|