Package com.my.target
Interface InstreamResearch.InstreamResearchListener
-
- Enclosing class:
- InstreamResearch
public static interface InstreamResearch.InstreamResearchListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonLoad(InstreamResearch instance)Will be called if the data is loaded successfully.voidonNoData(InstreamResearch instance, java.lang.String reason)Will be called if the data loading failed.
-
-
-
Method Detail
-
onLoad
void onLoad(@NonNull InstreamResearch instance)Will be called if the data is loaded successfully.- Parameters:
instance- instance of corresponding object
-
onNoData
void onNoData(@NonNull InstreamResearch instance, @Nullable java.lang.String reason)Will be called if the data loading failed.- Parameters:
instance- instance of corresponding objectreason- fail message
-
-