net.sf.j3d.threeD.ui.event
Class LightRemoveEvent

java.lang.Object
  extended by net.sf.j3d.threeD.ui.event.SceneEvent
      extended by net.sf.j3d.threeD.ui.event.SceneEditEvent
          extended by net.sf.j3d.threeD.ui.event.LightRemoveEvent
All Implemented Interfaces:
Event, LightEvent

public class LightRemoveEvent
extends SceneEditEvent
implements LightEvent

A LightRemoveEvent object represents the event of removing a Light object from the current Scene object.


Constructor Summary
LightRemoveEvent(Light target)
          Constructs a new LightRemoveEvent object using the specified target.
 
Method Summary
 Light getTarget()
          Returns the target of this LightRemoveEvent object.
 String toString()
          Returns "LightRemoveEvent".
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LightRemoveEvent

public LightRemoveEvent(Light target)
Constructs a new LightRemoveEvent object using the specified target.

Method Detail

getTarget

public Light getTarget()
Returns the target of this LightRemoveEvent object.

Specified by:
getTarget in interface LightEvent

toString

public String toString()
Returns "LightRemoveEvent".

Overrides:
toString in class SceneEditEvent