rita.support.gui
Class RiGUIEvent

java.lang.Object
  extended by rita.support.gui.RiGUIEvent

public class RiGUIEvent
extends java.lang.Object


Constructor Summary
RiGUIEvent(RiGUIWidget argSource, java.lang.String argMessage)
           
 
Method Summary
 java.lang.String getMessage()
           
 RiGUIWidget getSource()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RiGUIEvent

public RiGUIEvent(RiGUIWidget argSource,
                  java.lang.String argMessage)
Method Detail

getSource

public RiGUIWidget getSource()

getMessage

public java.lang.String getMessage()