cvm.ncb.handlers.event
Class UserProfileCreatedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by cvm.model.Handles_Event
          extended by cvm.ncb.handlers.event.UserProfileCreatedEvent
All Implemented Interfaces:
java.io.Serializable

public class UserProfileCreatedEvent
extends Handles_Event

Event used to notify the occurance of a UserProfileCreatedEvent

Author:
Frank Hernandez
See Also:
Serialized Form

Constructor Summary
UserProfileCreatedEvent(java.lang.Object eventSource, UserProfile usrProfile)
           
 
Method Summary
 UserProfile getUserProfile()
          This method returns the user profile object.
 
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

UserProfileCreatedEvent

public UserProfileCreatedEvent(java.lang.Object eventSource,
                               UserProfile usrProfile)
Method Detail

getUserProfile

public UserProfile getUserProfile()
This method returns the user profile object.

Returns:
user profile object