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

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.SurfaceRemoveEvent
All Implemented Interfaces:
Event, SurfaceEvent

public class SurfaceRemoveEvent
extends SceneEditEvent
implements SurfaceEvent

A SurfaceRemoveEvent object represents the event of removing a Surface object from the current Scene object.


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

Constructor Detail

SurfaceRemoveEvent

public SurfaceRemoveEvent(Surface target)
Constructs a new SurfaceRemoveEvent object using the specified target.

Method Detail

getTarget

public Surface getTarget()
Returns the target of this SurfaceRemoveEvent object.

Specified by:
getTarget in interface SurfaceEvent

toString

public String toString()
Returns "SurfaceRemoveEvent".

Overrides:
toString in class SceneEditEvent