|
Rings Version 0.3 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectthreeD.ui.event.SceneEvent
threeD.ui.event.SceneOpenEvent
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 |
public SceneOpenEvent(Scene scene)
| Method Detail |
public Scene getScene()
public java.lang.String toString()
toString in class SceneEvent
|
Rings Version 0.3 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||