de.jreality.scene.event
Class SceneEvent

java.lang.Object
  extended by java.util.EventObject
      extended by de.jreality.scene.event.SceneEvent
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AppearanceEvent, AudioEvent, CameraEvent, GeometryEvent, LightEvent, SceneGraphComponentEvent, ToolEvent, TransformationEvent

public class SceneEvent
extends EventObject

Author:
holger
See Also:
Serialized Form

Constructor Summary
SceneEvent(SceneGraphNode source)
          Constructor for SceneEvent.
 
Method Summary
 SceneGraphNode getSourceNode()
          Returns the source SceneGraphElement.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SceneEvent

public SceneEvent(SceneGraphNode source)
Constructor for SceneEvent.

Parameters:
source -
Method Detail

getSourceNode

public SceneGraphNode getSourceNode()
Returns the source SceneGraphElement.

Returns:
the SceneGraphElement that sent this event