com.lmax.api
Interface Callback


public interface Callback

Notifies the success or failure of the Request.


Method Summary
 void onFailure(FailureResponse failureResponse)
          Called when a logout failed for any reason.
 void onSuccess()
          Called when the session was successfully logged out.
 

Method Detail

onSuccess

void onSuccess()
Called when the session was successfully logged out.


onFailure

void onFailure(FailureResponse failureResponse)
Called when a logout failed for any reason.

Parameters:
failureResponse - information on the failure