net.sf.j3d.threeD.ui.event
Interface SurfaceEvent

All Superinterfaces:
Event
All Known Implementing Classes:
SurfaceAddEvent, SurfaceEditEvent, SurfaceRemoveEvent

public interface SurfaceEvent
extends Event

A SurfaceEvent object represents an event that targets a surface.


Method Summary
 Surface getTarget()
          Returns the target of this SurfaceEvent object.
 

Method Detail

getTarget

Surface getTarget()
Returns the target of this SurfaceEvent object.