cvm.ncb.handlers.event
Class NotifyLoginReply_Event

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

public class NotifyLoginReply_Event
extends Handles_Event

This class will represent an event coming from NCB that encapsulate the reply of the login request

Author:
Guangqiang Zhao
See Also:
Serialized Form

Constructor Summary
NotifyLoginReply_Event(java.lang.Object eventSource, java.lang.Object reply)
          The constructor
 
Method Summary
 java.lang.Object getContactList()
          This method returns the contact list of the user
 
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

NotifyLoginReply_Event

public NotifyLoginReply_Event(java.lang.Object eventSource,
                              java.lang.Object reply)
The constructor

Parameters:
eventSource - the object that fires this event
reply - reply message containing the contact list
Method Detail

getContactList

public java.lang.Object getContactList()
This method returns the contact list of the user

Returns:
the contact list of the user