cvm.uci.handlers.events
Class UserRemoveParticipantFromComm_Event

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

public class UserRemoveParticipantFromComm_Event
extends Handles_Event

Event used to notify the occurrence of a UCIRemoveParticipantToComm_Event Date: February 09, 2010

Author:
Frank Hernandez
See Also:
Serialized Form

Field Summary
 java.lang.String m_sConnID
           
 java.lang.String m_sUserName
           
 
Constructor Summary
UserRemoveParticipantFromComm_Event(java.lang.Object eventSource, java.lang.String connID, java.lang.String userName)
           
 
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_sUserName

public java.lang.String m_sUserName

m_sConnID

public java.lang.String m_sConnID
Constructor Detail

UserRemoveParticipantFromComm_Event

public UserRemoveParticipantFromComm_Event(java.lang.Object eventSource,
                                           java.lang.String connID,
                                           java.lang.String userName)