javax.servlet.sip
Class SipSessionEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.servlet.sip.SipSessionEvent
All Implemented Interfaces:
java.io.Serializable

public class SipSessionEvent
extends java.util.EventObject

This is the class representing event notifications for changes to SipSessions within a SIP servlet application.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
SipSessionEvent(SipSession source)
          Construct a session event from the given source.
 
Method Summary
 SipSession getSession()
          Returns the session that changed.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SipSessionEvent

public SipSessionEvent(SipSession source)
Construct a session event from the given source.

Parameters:
source - the affected SipSession object
Method Detail

getSession

public SipSession getSession()
Returns the session that changed.

Returns:
the affected SipSession object