public interface RecordListener
Generally, the notification is issued only if provider transforms from 'empty' state into 'available' state at some moment after transition. In other cases notification is not issued, though certain exclusions exist. The notification is issued in a state that allows listener to perform potentially costly operations like event scheduling, synchronization, or farther notification.
Modifier and Type | Field and Description |
---|---|
static RecordListener |
VOID
This listener immediately retrieves and discards records from provider.
|
Modifier and Type | Method and Description |
---|---|
void |
recordsAvailable(RecordProvider provider)
Notifies this listener that records are available in the specified record provider.
|
static final RecordListener VOID
void recordsAvailable(RecordProvider provider)
Copyright © 2002-2018 Devexperts LLC. All Rights Reserved.