public interface Processing_Listener extends EventListener
Implementors of the Processing_Listener interface can register
with the Conductor Management interface to receive Conductor
Processing_Event notifications
Management| Modifier and Type | Method and Description |
|---|---|
void |
Processing_Event_Occurred(Processing_Event event)
A Conductor Processing_Event occured.
|
void Processing_Event_Occurred(Processing_Event event)
Whenever a significant processing event occurs by a Conductor it
sends a Processing_Event to all registered
listeners.
event - A Conductor Processing_Event.Processing_Event