pl.mn.communicator.event
Interface ContactListListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
ContactListListener.Stub

public interface ContactListListener
extends java.util.EventListener

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

Version:
$Id: ContactListListener.java,v 1.1 2005/11/05 23:34:53 winnetou25 Exp $
Author:
Mateusz Szczap
See Also:
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

contactListExported

void contactListExported()
Notification that contact list has been successfuly exported to Gadu-Gadu server.


contactListReceived

void contactListReceived(java.util.Collection users)
Notification that contact list has been successfuly received from Gadu-Gadu server.

Parameters:
users - the collection of LocalUser objects.


Copyright 2004-2004-2005 SourceForge.net. All Rights Reserved.