|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.j3d.threeD.ui.event.SceneEvent
net.sf.j3d.threeD.ui.event.SceneEditEvent
net.sf.j3d.threeD.ui.event.LightRemoveEvent
public class LightRemoveEvent
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 |
|---|
public LightRemoveEvent(Light target)
| Method Detail |
|---|
public Light getTarget()
getTarget in interface LightEventpublic String toString()
toString in class SceneEditEvent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||