cvm.ncb.handlers.event
Class PartyRemovedReply_Event

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

public class PartyRemovedReply_Event
extends Handles_Event

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

Author:
Guangqiang Zhao
See Also:
Serialized Form

Constructor Summary
PartyRemovedReply_Event(java.lang.Object eventSource, boolean notifyPartyRemovedReply)
          The constructor
 
Method Summary
 boolean getNotifyPartyRemoved()
          This method returns a value indicating whether the party is removed 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

PartyRemovedReply_Event

public PartyRemovedReply_Event(java.lang.Object eventSource,
                               boolean notifyPartyRemovedReply)
The constructor

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

getNotifyPartyRemoved

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

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