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

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

public class SceneOpenEvent
extends SceneEvent

A SceneOpenEvent object represents the event of opening of a new scene. It stores the new Scene object and provides access to it.


Constructor Summary
SceneOpenEvent(Scene scene)
          Constructs a new SceneOpenEvent using the specified Scene object.
 
Method Summary
 Scene getScene()
          Returns the new Scene object.
 String toString()
          Returns "SceneOpenEvent".
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SceneOpenEvent

public SceneOpenEvent(Scene scene)
Constructs a new SceneOpenEvent using the specified Scene object.

Method Detail

getScene

public Scene getScene()
Returns the new Scene object.


toString

public String toString()
Returns "SceneOpenEvent".

Overrides:
toString in class SceneEvent