cvm.ncb.handlers.event
Class ConnectionDeclinedReply_Event
java.lang.Object
java.util.EventObject
cvm.model.Handles_Event
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
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 |
ConnectionDeclinedReply_Event
public ConnectionDeclinedReply_Event(java.lang.Object eventSource,
boolean notifyConnectionReply)
- The constructor
- Parameters:
eventSource
- the object that fires this eventnotifyConnectionReply
- containing the result of the declined connection request
getNotifyConnection
public boolean getNotifyConnection()
- This method returns whether the connection is declined successfully or not
- Returns:
- the result of the create connection request