|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.j3d.threeD.ui.event.SceneEvent
net.sf.j3d.threeD.ui.event.SceneOpenEvent
public class 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. |
String |
toString()
Returns "SceneOpenEvent". |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SceneOpenEvent(Scene scene)
| Method Detail |
|---|
public Scene getScene()
public String toString()
toString in class SceneEvent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||