PIRL.Conductor
Class Processing_Event
java.lang.Object
java.util.EventObject
PIRL.Conductor.Processing_Event
- All Implemented Interfaces:
- Serializable
public class Processing_Event
- extends EventObject
A Processing_Event is used to notify a Conductor manager
that a Conductor processing event occured.
- Version:
- 1.9
- Author:
- Bradford Castalia - UA/PIRL
- See Also:
Processing_Changes
,
Serialized Form
Field Summary |
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. |
ID
public static final String ID
- Class identification name with source code version and date.
- See Also:
- Constant Field Values
Changes
public Processing_Changes Changes
- The processing changes that have occured as a result of the event.
Processing_Event
public Processing_Event(Management management,
Processing_Changes changes)
- Constructs a Processing_Event.
- Parameters:
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.
Copyright (C) \
2003-2009 Bradford Castalia, University of Arizona