cvm.uci.handlers.events
Class UCIParticipantAdded_Event

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

public class UCIParticipantAdded_Event
extends Handles_Event

Event used to notify the occurrence of a UCIParticipantAdded Date: February 05, 2010

Author:
Frank Hernandez
See Also:
Serialized Form

Field Summary
 java.lang.String m_sPersonID
           
 java.lang.String m_sPersonName
           
 java.lang.String m_sPersonRole
           
 
Constructor Summary
UCIParticipantAdded_Event(java.lang.Object eventSource, java.lang.String personName, java.lang.String personRole, java.lang.String personID)
           
 
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_sPersonName

public java.lang.String m_sPersonName

m_sPersonRole

public java.lang.String m_sPersonRole

m_sPersonID

public java.lang.String m_sPersonID
Constructor Detail

UCIParticipantAdded_Event

public UCIParticipantAdded_Event(java.lang.Object eventSource,
                                 java.lang.String personName,
                                 java.lang.String personRole,
                                 java.lang.String personID)