cvm.uci.handlers.events
Class GUIAddFormToCommunication_Event

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

public class GUIAddFormToCommunication_Event
extends Handles_Event

Event used to notify the occurrence of a GUIAddFormToCommunication_Event event which occurs when a form should be added to the communication tab. on the GUI. Date: Fabruary 13, 2010

Author:
Frank Hernandez
See Also:
Serialized Form

Field Summary
 java.lang.String m_sCommID
           
 java.lang.String m_sFormName
           
 
Constructor Summary
GUIAddFormToCommunication_Event(java.lang.Object eventSource, java.lang.String commID, java.lang.String formFileName)
           
 
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
 

Field Detail

m_sFormName

public java.lang.String m_sFormName

m_sCommID

public java.lang.String m_sCommID
Constructor Detail

GUIAddFormToCommunication_Event

public GUIAddFormToCommunication_Event(java.lang.Object eventSource,
                                       java.lang.String commID,
                                       java.lang.String formFileName)