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

java.lang.Object
  extended by net.sf.j3d.threeD.ui.event.SceneEvent
      extended by net.sf.j3d.threeD.ui.event.SceneCloseEvent
All Implemented Interfaces:
Event

public class SceneCloseEvent
extends SceneEvent

A SceneCloseEvent object represents the event of closing the current scene.


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

Constructor Detail

SceneCloseEvent

public SceneCloseEvent()
Method Detail

toString

public String toString()
Returns "SceneCloseEvent".

Overrides:
toString in class SceneEvent