public interface EventHandler
Modifier and Type | Method and Description |
---|---|
void |
failed(Event event,
Map<String,Object> properties)
Used to indicate to the handler that a particular event has
finished with an error.
|
void |
started(Event event,
Map<String,Object> properties)
Used to indicate to the handler that a particular event has started.
|
void |
succeeded(Event event,
Map<String,Object> properties)
Used to indicate to the handler that a particular event has
finished successfully.
|
void started(Event event, Map<String,Object> properties)
event
- The eventproperties
- Any properties associated with the start of the eventvoid succeeded(Event event, Map<String,Object> properties)
event
- The eventproperties
- Any properties associated with the successful
completion of the eventCopyright © 2013, Oracle and/or its affiliates. All rights reserved.