org.iso.mpeg.mpegj.scene
Interface EventOutListener


public interface EventOutListener

An interface to be implemented by objects that wish to receive eventOut notification from fields in the scene.


Method Summary
 void notify(int outID, FieldValue newValue)
          Called by the scene graph manager when a new event out is triggered.
 

Method Detail

notify

public void notify(int outID,
                   FieldValue newValue)
Called by the scene graph manager when a new event out is triggered.
Parameters:
outID - contains the outID of the changed field.
newValue - contains the new value of the field.
See Also:
EventOut