IdlingResource.ResourceCallback

public interface IdlingResource.ResourceCallback


Registered by an IdlingResource to notify Espresso of a transition to idle.

Summary

Public methods

abstract void

Called when the resource goes from busy to idle.

Public methods

onTransitionToIdle

abstract void onTransitionToIdle()

Called when the resource goes from busy to idle.