All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Class guinea.ui.event.UIEvent
java.lang.Object
   |
   +----java.util.EventObject
           |
           +----guinea.ui.event.UIEvent
  -  public class UIEvent
  
-  extends EventObject
  
A base class for Subject UI events.
  Variable Index
  -   · 
	name
  
 -  Name of the changed variable of parameter.
 
  Constructor Index
  -   · 
	UIEvent(Object, String)
  
 -  Contruct a new event with given source and event source name.
 
  Method Index
  -   · 
	getName()
  
 -  Get the name of the variable or parameter.
 
  Variables
 · 
name
 protected String name
  -  Name of the changed variable of parameter.
 
  Constructors
 · 
UIEvent
 public UIEvent(Object source,
                String name)
  -  Contruct a new event with given source and event source name.
  
    -  Parameters:
    
 -  source - The event source.
    
-  name - The event source name.
  
  
 
 
  Methods
 · 
getName
 public String getName()
  -  Get the name of the variable or parameter.
  
    -  Returns:
    
 -  The name of the source object.
  
 
 
 
All Packages  Class Hierarchy  This Package  Previous  Next  Index