|
||||||||||
| 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.LightAddEvent
public class LightAddEvent
A LightAddEvent object represents the event of adding a new Light object to the current Scene object.
| Constructor Summary | |
|---|---|
LightAddEvent(Light target)
Constructs a new LightAddEvent object using the specified target. |
|
| Method Summary | |
|---|---|
Light |
getTarget()
Returns the target of this LightAddEvent object. |
String |
toString()
Returns "LightAddEvent". |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LightAddEvent(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 | |||||||||