Package com.example.qrgo.listeners
Interface OnCommentsLoadedListener
-
public interface OnCommentsLoadedListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onCommentsLoaded(java.util.List<Comment> comments)
void
onCommentsLoadFailure(java.lang.Exception e)
-
-
-
Method Detail
-
onCommentsLoaded
void onCommentsLoaded(java.util.List<Comment> comments)
-
onCommentsLoadFailure
void onCommentsLoadFailure(java.lang.Exception e)
-
-