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

java.lang.Object
  extended by net.sf.j3d.threeD.ui.event.SceneEvent
All Implemented Interfaces:
Event
Direct Known Subclasses:
SceneCloseEvent, SceneEditEvent, SceneOpenEvent

public abstract class SceneEvent
extends Object
implements Event

A SceneEvent object represents an event that has taken place within the current scene.


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

Constructor Detail

SceneEvent

public SceneEvent()
Method Detail

toString

public String toString()
Returns "SceneEvent".

Overrides:
toString in class Object