de.jreality.scene.event
Class LightEvent

java.lang.Object
  extended by java.util.EventObject
      extended by de.jreality.scene.event.SceneEvent
          extended by de.jreality.scene.event.LightEvent
All Implemented Interfaces:
java.io.Serializable

public class LightEvent
extends SceneEvent

Author:
steffen
See Also:
Serialized Form

Constructor Summary
LightEvent(Light source)
          Constructor for LightEvent.
 
Method Summary
 Light getLight()
          Returns the sourceLight.
 
Methods inherited from class de.jreality.scene.event.SceneEvent
getSourceNode
 
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

LightEvent

public LightEvent(Light source)
Constructor for LightEvent.

Parameters:
Light -
Method Detail

getLight

public Light getLight()
Returns the sourceLight.

Returns:
Light