cvm.uci.handlers.events
Class GUIMyAppPanelRefresh_Event

java.lang.Object
  extended by java.util.EventObject
      extended by cvm.model.Handles_Event
          extended by cvm.uci.handlers.events.GUIMyAppPanelRefresh_Event
All Implemented Interfaces:
java.io.Serializable

public class GUIMyAppPanelRefresh_Event
extends Handles_Event

Event used to notify the GUI to refresh the GUIMyAppPanelRefresh_Event panel. Date: February 18, 2010

Author:
Frank Hernandez
See Also:
Serialized Form

Constructor Summary
GUIMyAppPanelRefresh_Event(java.lang.Object eventSource)
           
 
Method Summary
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GUIMyAppPanelRefresh_Event

public GUIMyAppPanelRefresh_Event(java.lang.Object eventSource)