|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ContactListListener
The listener interface for receiving contact list related events.
The class that is interested in processing a contact list event implements
this interface. Then the class that implements this interface has to register in
ContactListService. When the contact list event occurs
the object's (ContactListHandler) methods will be invoked.
Created on 2004-12-11
IContactListService| Nested Class Summary | |
|---|---|
static class |
ContactListListener.Stub
|
| Method Summary | |
|---|---|
void |
contactListExported()
Notification that contact list has been successfuly exported to Gadu-Gadu server. |
void |
contactListReceived(java.util.Collection users)
Notification that contact list has been successfuly received from Gadu-Gadu server. |
| Method Detail |
|---|
void contactListExported()
void contactListReceived(java.util.Collection users)
users - the collection of LocalUser objects.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||