net.sf.j3d.threeD.ui.event
Class SceneEditEvent

java.lang.Object
  extended by net.sf.j3d.threeD.ui.event.SceneEvent
      extended by net.sf.j3d.threeD.ui.event.SceneEditEvent
All Implemented Interfaces:
Event
Direct Known Subclasses:
CameraEditEvent, LightAddEvent, LightEditEvent, LightRemoveEvent, SurfaceAddEvent, SurfaceEditEvent, SurfaceRemoveEvent

public abstract class SceneEditEvent
extends SceneEvent

A SceneEditEvent object represents the event of editing an element of the current scene.


Constructor Summary
SceneEditEvent()
           
 
Method Summary
 String toString()
          Returns "SceneEditEvent".
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SceneEditEvent

public SceneEditEvent()
Method Detail

toString

public String toString()
Returns "SceneEditEvent".

Overrides:
toString in class SceneEvent