cvm.uci.handlers.events
Class GUIAddFileToCommunication_Event

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

public class GUIAddFileToCommunication_Event
extends Handles_Event

Event used to notify the occurrence of a GUIAddFileToCommunication_Event event which occurs when a file should be added to the communication tab. on the GUI. Date: February 17, 2010

Author:
Frank Hernandez
See Also:
Serialized Form

Field Summary
 java.lang.String m_sCommID
           
 java.lang.String m_sFileName
           
 
Constructor Summary
GUIAddFileToCommunication_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_sFileName

public java.lang.String m_sFileName

m_sCommID

public java.lang.String m_sCommID
Constructor Detail

GUIAddFileToCommunication_Event

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