Rings
Version 0.3

threeD.ui.event
Class SceneOpenEvent

java.lang.Object
  extended bythreeD.ui.event.SceneEvent
      extended bythreeD.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.
 java.lang.String toString()
          Returns "SceneOpenEvent".
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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 java.lang.String toString()
Returns "SceneOpenEvent".

Overrides:
toString in class SceneEvent

Rings
Version 0.3

Copyright 2003-05 Mike Murray