Uses of Class
mmRestAPI.MMRestApiCallback

Packages that use MMRestApiCallback
mmRestAPI   
 

Uses of MMRestApiCallback in mmRestAPI
 

Methods in mmRestAPI with parameters of type MMRestApiCallback
 void MMRestAPI.sendRequestAsync(java.lang.String dataJsonString, MMRestApiCallback callback)
           
 void MMGwtRestAPI.sendRequestAsync(java.lang.String dataJsonString, MMRestApiCallback callback)
           
abstract  void MMAbstractRestAPI.sendRequestAsync(java.lang.String dataJsonString, MMRestApiCallback callback)
          Send the prepared request asynchronously to the server.