public interface BpelEventListener
BpelEvent
.Modifier and Type | Method and Description |
---|---|
void |
onEvent(BpelEvent bpelEvent)
Handle events.
|
void |
shutdown()
Allows the clean up in listener implementations.
|
void |
startup(java.util.Properties configProperties)
Allows the initialisation of listeners.
|
void onEvent(BpelEvent bpelEvent)
bpelEvent
- BPEL eventvoid startup(java.util.Properties configProperties)
configProperties
provide access to
configuration option defined in Ode's configuration file
(depends on the used IL implementation). This parameter might
be null if no configuration options are available (i.e. in test
cases).configProperties
- configuration propertiesvoid shutdown()