All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class javax.media.RealizeCompleteEvent

java.lang.Object
   |
   +----javax.media.ControllerEvent
           |
           +----javax.media.TransitionEvent
                   |
                   +----javax.media.RealizeCompleteEvent

public 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.

Version:
1.14, 97/08/23
See Also:
Controller, ControllerListener

Constructor Index

 o RealizeCompleteEvent(Controller, int, int, int)

Constructors

 o RealizeCompleteEvent
 public RealizeCompleteEvent(Controller from,
                             int previous,
                             int current,
                             int target)

All Packages  Class Hierarchy  This Package  Previous  Next  Index