IdlingResource.ResourceCallback
public
static
interface
IdlingResource.ResourceCallback
android.support.test.espresso.IdlingResource.ResourceCallback |
Registered by an IdlingResource
to notify Espresso of a transition to idle.
Summary
Public methods | |
---|---|
abstract
void
|
onTransitionToIdle()
Called when the resource goes from busy to idle. |
Public methods
onTransitionToIdle
void onTransitionToIdle ()
Called when the resource goes from busy to idle.
Interfaces
Classes
Exceptions