ConfigureCompleteEventpublic class ConfigureCompleteEvent extends TransitionEvent A ConfigureCompleteEvent is posted when a Processor finishes
Configuring. This occurs when a Processor
moves from the Configuring state to the Configured
state, or as an acknowledgement that the configure
method was called and the Processor is already Configured. |
Constructors Summary |
---|
public ConfigureCompleteEvent(Controller processor, int previous, int current, int target)Construct a new ConfigureCompleteEvent .
super(processor, previous, current, target);
|
|