Uses of Class
com.greenthrottle.gcs.api.ServiceStatusEvent

Uses of ServiceStatusEvent in com.greenthrottle.gcs.api
 

Methods in com.greenthrottle.gcs.api that return ServiceStatusEvent
static ServiceStatusEvent ServiceStatusEvent.make_controller_connect_attempt(java.lang.String bt_address)
           
static ServiceStatusEvent ServiceStatusEvent.make_controller_connect_failed(java.lang.String bt_address)
           
static ServiceStatusEvent ServiceStatusEvent.make_controller_connected(java.lang.String bt_address)
           
static ServiceStatusEvent ServiceStatusEvent.make_controller_disconnected(java.lang.String bt_address)
           
static ServiceStatusEvent ServiceStatusEvent.make_controller_discovered(java.lang.String bt_address, java.lang.String controller_type)
           
static ServiceStatusEvent ServiceStatusEvent.make_controller_version(java.lang.String bt_address, java.lang.String version)
           
static ServiceStatusEvent ServiceStatusEvent.make_debug_event(ServiceStatusEvent.StatusCode c)
           
static ServiceStatusEvent ServiceStatusEvent.make_discoveryscan_ended()
           
static ServiceStatusEvent ServiceStatusEvent.make_discoveryscan_started()
           
static ServiceStatusEvent ServiceStatusEvent.make_query_result_binding_pair(java.lang.String bt_address, java.lang.String binding_name)
           
static ServiceStatusEvent ServiceStatusEvent.make_query_result_broken_binding_pair(java.lang.String bt_address, java.lang.String binding_name)
           
static ServiceStatusEvent ServiceStatusEvent.make_query_result_num_controllers_connected(int value)
           
 ServiceStatusEvent ServiceStatusEvent.setCode(ServiceStatusEvent.StatusCode c)
           
 ServiceStatusEvent ServiceStatusEvent.setEncodedData(java.lang.String s)
           
 

Methods in com.greenthrottle.gcs.api with parameters of type ServiceStatusEvent
 void IGTControllerCallback.serviceStatusUpdateEvent(ServiceStatusEvent e)
          Receives events related to controller connect, disconnect