cvm.ncb.handlers.event
Class ConnectionDeclinedReply_Event

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

public class ConnectionDeclinedReply_Event
extends Handles_Event

This class will represent an event encapsulate the reply of the decline connection request

Author:
Frank Hernandez
See Also:
Serialized Form

Constructor Summary
ConnectionDeclinedReply_Event(java.lang.Object eventSource, boolean notifyConnectionReply)
          The constructor
 
Method Summary
 boolean getNotifyConnection()
          This method returns whether the connection is declined 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

ConnectionDeclinedReply_Event

public ConnectionDeclinedReply_Event(java.lang.Object eventSource,
                                     boolean notifyConnectionReply)
The constructor

Parameters:
eventSource - the object that fires this event
notifyConnectionReply - containing the result of the declined connection request
Method Detail

getNotifyConnection

public boolean getNotifyConnection()
This method returns whether the connection is declined successfully or not

Returns:
the result of the create connection request