public class Processing_Event extends EventObject
Processing_Changes,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
Processing_Changes |
Changes
The processing changes that have occured as a result of the event.
|
static String |
ID
Class identification name with source code version and date.
|
source| Constructor and Description |
|---|
Processing_Event(Management management,
Processing_Changes changes)
Constructs a Processing_Event.
|
public static final String ID
public Processing_Changes Changes
public Processing_Event(Management management, Processing_Changes changes)
management - The source Management object where the
event occurred. This may be a Conductor a proxy - such as a
Remote_Theater Messenger system - to a Conductor.changes - The Conductor Processing_Changes that describes
the new processing state.