cvm.se.handlers.event
Class SENegotiationEnd_Event

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

public class SENegotiationEnd_Event
extends Handles_Event

Event used to signal that the negotiation has terminated and that the communication process must be update.

Author:
Raidel Batista
See Also:
Serialized Form

Constructor Summary
SENegotiationEnd_Event(java.lang.Object eventSource, java.lang.String procID)
           
 
Method Summary
 java.lang.String getSProcID()
          Returns the ID of the communication.
 void setSProcID(java.lang.String procID)
          Set the communication ID
 
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

SENegotiationEnd_Event

public SENegotiationEnd_Event(java.lang.Object eventSource,
                              java.lang.String procID)
Method Detail

getSProcID

public java.lang.String getSProcID()
Returns the ID of the communication.

Returns:
process ID

setSProcID

public void setSProcID(java.lang.String procID)
Set the communication ID

Parameters:
procID -