de.jreality.scene.event
Class CameraEvent

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

public class CameraEvent
extends SceneEvent

Author:
steffen
See Also:
Serialized Form

Constructor Summary
CameraEvent(Camera source)
          Constructor for CameraEvent.
 
Method Summary
 Camera getCamera()
          Returns the sourceCamera.
 
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

CameraEvent

public CameraEvent(Camera source)
Constructor for CameraEvent.

Parameters:
transformation -
Method Detail

getCamera

public Camera getCamera()
Returns the sourceCamera.

Returns:
Camera