camera3d
Interface VcObjectChangeListener

All Known Implementing Classes:
J3DBase, ViewportWindowManager

public interface VcObjectChangeListener

Interface that should be implemented by objects interested in getting notified of changes made to one VcObject. The VcObjectChangeListener must register itself with the VcObject of interest before it can receive notifications of changes.

Version:
1.0
Author:
Fábio Roberto de Miranda
See Also:
VcObject, VcObjectEvent

Method Summary
 void vcObjectChanged(VcObjectEvent event)
          Method invoked when a VcObject has its internal state changed.
 

Method Detail

vcObjectChanged

public void vcObjectChanged(VcObjectEvent event)
Method invoked when a VcObject has its internal state changed. This method should only be called by concrete VcObjects inside their notification loop.

Parameters:
event - Contains information about the change made to VcObject


Copyright © 2001-2003 F.R. Miranda, C.S. Santos, J.E. Kogler Jr.. All Rights Reserved.