Rings
Version 0.3

threeD.ui.event
Class SurfaceRemoveEvent

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

Overrides:
toString in class SceneEditEvent

Rings
Version 0.3

Copyright 2003-05 Mike Murray