Rings
Version 0.3

threeD.ui.event
Class LightRemoveEvent

java.lang.Object
  extended bythreeD.ui.event.SceneEvent
      extended bythreeD.ui.event.SceneEditEvent
          extended bythreeD.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.
 java.lang.String toString()
          Returns "LightRemoveEvent".
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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 java.lang.String toString()
Returns "LightRemoveEvent".

Overrides:
toString in class SceneEditEvent

Rings
Version 0.3

Copyright 2003-05 Mike Murray