camera3d.event
Class ObjectRemovedEvent
java.lang.Object
  
java.util.EventObject
      
camera3d.event.VcEvent
          
camera3d.event.SceneObjectsChangedEvent
              
camera3d.event.ObjectRemovedEvent
- All Implemented Interfaces: 
 - java.io.Serializable
 
- public class ObjectRemovedEvent
- extends SceneObjectsChangedEvent
  
This is a class which signals that an object has been removed from the scene graph.
- Author:
 
  - Fábio Roberto de Miranda e Carlos da Silva dos Santos
 
- See Also:
 - Serialized Form
 
 
 
| Fields inherited from class java.util.EventObject | 
source | 
 
 
| 
Method Summary | 
 VcObject | 
getObject()
 
          Returns the object which has been removed from the scene graph. | 
 void | 
setObject(VcObject vcObject)
 
          Sets the object which has been removed from the scene graph. | 
 
 
| Methods inherited from class java.util.EventObject | 
getSource, toString | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
ObjectRemovedEvent
public ObjectRemovedEvent(java.lang.Object source)
- Constructs a new ObjectRemovedEvent
 - Parameters:
 source - the object which generated the change in the scene
ObjectRemovedEvent
public ObjectRemovedEvent(java.lang.Object source,
                          VcObject vcObject)
- Constructs a new ObjectRemovedEvent
 - Parameters:
 source - the object which generated the change in the scenevcObject - the object newly removed
getObject
public VcObject getObject()
- Returns the object which has been removed from the scene graph.
- Returns:
 - the object which has been removed from the scene.
 
 
 
setObject
public void setObject(VcObject vcObject)
- Sets the object which has been removed from the scene graph.
- Parameters:
 vcObject - the object which has been removed from the scene.
 
 
Copyright © 2001-2003 F.R. Miranda, C.S. Santos, J.E. Kogler Jr.. All Rights Reserved.