com.beem.project.beem.service.aidl
Interface IBeemRosterListener

Package class diagram package IBeemRosterListener
All Superinterfaces:
IInterface
All Known Implementing Classes:
IBeemRosterListener.Stub

public interface IBeemRosterListener
extends IInterface


Nested Class Summary
static class IBeemRosterListener.Stub
          Local-side IPC implementation stub class.
 
Method Summary
 void onEntriesAdded(List<String> addresses)
           
 void onEntriesDeleted(List<String> addresses)
           
 void onEntriesUpdated(List<String> addresses)
           
 void onPresenceChanged(PresenceAdapter presence)
           
 
Methods inherited from interface android.os.IInterface
asBinder
 

Method Detail

onEntriesAdded

void onEntriesAdded(List<String> addresses)
                    throws RemoteException
Throws:
RemoteException

onEntriesUpdated

void onEntriesUpdated(List<String> addresses)
                      throws RemoteException
Throws:
RemoteException

onEntriesDeleted

void onEntriesDeleted(List<String> addresses)
                      throws RemoteException
Throws:
RemoteException

onPresenceChanged

void onPresenceChanged(PresenceAdapter presence)
                       throws RemoteException
Throws:
RemoteException


Copyright © 2009 Beem-project.com. All Rights Reserved.