Package | Description |
---|---|
com.salesforce.androidsdk.util.test |
Modifier and Type | Method and Description |
---|---|
EventsObservable.Event |
EventsListenerQueue.getNextEvent()
will return the next event in the queue, waiting if needed for a reasonable amount of time
|
EventsObservable.Event |
EventsListenerQueue.waitForEvent(EventsObservable.EventType expectedType,
int timeout)
will wait for expected event in the queue, waiting till the timeout specified
|
Modifier and Type | Method and Description |
---|---|
void |
EventsListenerQueue.onEvent(EventsObservable.Event evt) |
void |
EventsObserver.onEvent(EventsObservable.Event evt) |
abstract void |
EventsListenerQueue.BlockForEvent.run(EventsObservable.Event evt) |