public class ComponentDirector extends java.lang.Object implements Component
Constructor and Description |
---|
ComponentDirector() |
Modifier and Type | Method and Description |
---|---|
void |
initialize()
Initialize the component.
|
void |
preinitialize()
Preinitialize the component.
|
void |
run()
Execute the component.
|
void |
wrapup()
Wrap up an execution.
|
public ComponentDirector()
public void initialize() throws IllegalActionException
initialize
in interface Component
IllegalActionException
- If initialization
cannot be completed.public void preinitialize() throws IllegalActionException
preinitialize
in interface Component
IllegalActionException
- If preinitialization
cannot be completed.public void run() throws IllegalActionException
run
in interface Component
IllegalActionException
- If the run cannot be completed.public void wrapup() throws IllegalActionException
wrapup
in interface Component
IllegalActionException
- If wrapup fails.