Uses of Class
com.sipresponse.flibblecallmgr.EventCode

Packages that use EventCode
com.sipresponse.flibblecallmgr   
com.sipresponse.flibblecallmgr.internal   
 

Uses of EventCode in com.sipresponse.flibblecallmgr
 

Methods in com.sipresponse.flibblecallmgr that return EventCode
 EventCode Event.getEventCode()
           
static EventCode EventCode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EventCode[] EventCode.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 EventCode
 void Event.setEventCode(EventCode eventCode)
           
 

Constructors in com.sipresponse.flibblecallmgr with parameters of type EventCode
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)
           
 

Uses of EventCode in com.sipresponse.flibblecallmgr.internal
 

Methods in com.sipresponse.flibblecallmgr.internal that return EventCode
 EventCode Line.getStatus()
           
 

Methods in com.sipresponse.flibblecallmgr.internal with parameters of type EventCode
 void Line.setStatus(EventCode status, EventReason reason)