Uses of Class
com.sipresponse.flibblecallmgr.EventReason

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

Uses of EventReason in com.sipresponse.flibblecallmgr
 

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

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

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