All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----javax.media.ControllerEvent | +----javax.media.TransitionEvent | +----javax.media.RealizeCompleteEvent
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.
public RealizeCompleteEvent(Controller from, int previous, int current, int target)
All Packages Class Hierarchy This Package Previous Next Index