RealizeCompleteEventpublic class RealizeCompleteEvent extends TransitionEvent A RealizeCompleteEvent is posted when a Controller finishes
Realizing. This occurs when a Controller moves
from the Realizing state to the Realized
state, or as an acknowledgement that the realize
method was called and the Controller is already
Realized. |
Constructors Summary |
---|
public RealizeCompleteEvent(Controller from, int previous, int current, int target)
super(from, previous, current, target);
|
|