Uses of Class
com.sipresponse.flibblecallmgr.EventType

Packages that use EventType
com.sipresponse.flibblecallmgr   
 

Uses of EventType in com.sipresponse.flibblecallmgr
 

Methods in com.sipresponse.flibblecallmgr that return EventType
 EventType Event.getEventType()
           
static EventType EventType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EventType[] EventType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in com.sipresponse.flibblecallmgr with parameters of type EventType
 void Event.setEventType(EventType eventType)
           
 

Constructors in com.sipresponse.flibblecallmgr with parameters of type EventType
Event(EventType eventType, EventCode eventCode, EventReason eventReason, java.lang.String lineHandle, java.lang.String callHandle)
           
Event(EventType eventType, EventCode eventCode, EventReason eventReason, java.lang.String lineHandle, java.lang.String callHandle, java.lang.Object info)