Interface BitBucketPPRPollResultListener
-
public interface BitBucketPPRPollResultListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onPollError(Throwable throwable)
void
onPollSuccess(PollingResult pollingResult)
-
-
-
Method Detail
-
onPollSuccess
void onPollSuccess(PollingResult pollingResult)
-
onPollError
void onPollError(Throwable throwable)
-
-