fds.micro.ui.events
Class EventUI

java.lang.Object
  extended byfds.micro.ui.events.EventUI
Direct Known Subclasses:
ActionEvent, ComponentEvent, ContainerEvent, FocusEvent, ValueChangeEvent

public abstract class EventUI
extends java.lang.Object

This is a base class for all GUI events used in the "fds.micro.ui" package.

Author:
Frédéric DE STEUR

Constructor Summary
EventUI()
           
 
Method Summary
 java.lang.Object getSource()
          Get the object that have produced this event (always a sub-class of Component or AbstractPanel).
 java.lang.String toString()
          Give String description of this event.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EventUI

public EventUI()
Method Detail

getSource

public java.lang.Object getSource()
Get the object that have produced this event (always a sub-class of Component or AbstractPanel).

Returns:
Returns the source object.

toString

public java.lang.String toString()
Give String description of this event.