javax.servlet.sip
Class SipSessionEvent
java.lang.Object
java.util.EventObject
javax.servlet.sip.SipSessionEvent
- All Implemented Interfaces:
- Serializable
public class SipSessionEvent
- extends EventObject
This is the class representing event notifications for changes to SipSessions within a SIP servlet application.
- See Also:
- Serialized Form
SipSessionEvent
public SipSessionEvent(SipSession source)
- Construct a session event from the given source.
- Parameters:
source - the affected SipSession object
getSession
public SipSession getSession()
- Returns the session that changed.
Copyright © 2012. All Rights Reserved.