Uses of Class
org.mobicents.servlet.sip.core.SipContextEventType

Packages that use SipContextEventType
org.mobicents.servlet.sip.core   
 

Uses of SipContextEventType in org.mobicents.servlet.sip.core
 

Methods in org.mobicents.servlet.sip.core that return SipContextEventType
 SipContextEventType SipContextEvent.getEventType()
           
static SipContextEventType SipContextEventType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SipContextEventType[] SipContextEventType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.mobicents.servlet.sip.core with parameters of type SipContextEventType
 void SipContextEvent.setEventType(SipContextEventType eventType)
           
 

Constructors in org.mobicents.servlet.sip.core with parameters of type SipContextEventType
SipContextEvent(SipContextEventType eventType, java.lang.Object eventObject)
           
 



Copyright © 2011. All Rights Reserved.