Uses of Interface
camera3d.VcObjectChangeListener

Packages that use VcObjectChangeListener
camera3d   
camera3d.gui   
 

Uses of VcObjectChangeListener in camera3d
 

Classes in camera3d that implement VcObjectChangeListener
 class J3DBase
          This class encapsulates the basic scene graph structure and provides some functionality (adding, retrieving, removing ) to manage the objects in the scene graph.
 

Methods in camera3d with parameters of type VcObjectChangeListener
 void VcObject.removeChangeListener(VcObjectChangeListener chg)
          Removes one object currently registered as a listener of changes made to this object.
 void VcObject.addChangeListener(VcObjectChangeListener listener)
          Adds the specified VcObjectChangeListener to be notified of changes made to this object.
 

Uses of VcObjectChangeListener in camera3d.gui
 

Classes in camera3d.gui that implement VcObjectChangeListener
 class ViewportWindowManager
          This class manages all ViewportInternalCombos present at the application.
 



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