org.whispersystems.libpastelog
Interface SubmitLogFragment.OnLogSubmittedListener

Enclosing class:
SubmitLogFragment

public static interface SubmitLogFragment.OnLogSubmittedListener

This interface must be implemented by activities that contain this fragment to allow an interaction in this fragment to be communicated to the activity and potentially other fragments contained in that activity.

See the Android Training lesson Communicating with Other Fragments for more information.


Method Summary
 void onCancel()
           
 void onFailure()
           
 void onSuccess()
           
 

Method Detail

onSuccess

void onSuccess()

onFailure

void onFailure()

onCancel

void onCancel()