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

java.lang.Object
  extended by net.sf.j3d.threeD.ui.event.UIEvent
All Implemented Interfaces:
Event
Direct Known Subclasses:
DialogCloseEvent

public abstract class UIEvent
extends Object
implements Event

A UIEvent represents an event that involves the user interface.


Constructor Summary
UIEvent()
           
 
Method Summary
 String toString()
          Returns "UIEvent".
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UIEvent

public UIEvent()
Method Detail

toString

public String toString()
Returns "UIEvent".

Overrides:
toString in class Object