public interface RosterLoadedListener
Roster was successfully loaded.
A common approach is to call
Roster.getEntriesAndAddListener(RosterListener, RosterEntries) within
onRosterLoaded(Roster), to initialize or update your UI components with the current
roster state.
| Modifier and Type | Method and Description |
|---|---|
void |
onRosterLoaded(Roster roster)
Called when the Roster was loaded successfully.
|
void onRosterLoaded(Roster roster)
roster - the Roster that was loaded successfully.