cvm.ncb.handlers.event
Class PartyAddedReply_Event

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

public class PartyAddedReply_Event
extends Handles_Event

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

Author:
Guangqiang Zhao
See Also:
Serialized Form

Constructor Summary
PartyAddedReply_Event(java.lang.Object eventSource, boolean notifyPartyAdded)
          The constructor
 
Method Summary
 boolean getNotifyPartyAdded()
          This method returns a value indicating whether the party is added successfully or not
 
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

PartyAddedReply_Event

public PartyAddedReply_Event(java.lang.Object eventSource,
                             boolean notifyPartyAdded)
The constructor

Parameters:
eventSource - the object that fires this event
notifyPartyAdded - containing the result of adding the party
Method Detail

getNotifyPartyAdded

public boolean getNotifyPartyAdded()
This method returns a value indicating whether the party is added successfully or not

Returns:
a boolean value indicating whether the party is added successfully or not