com.beem.project.beem.service.aidl
Interface IBeemRosterListener
- All Superinterfaces:
- IInterface
- All Known Implementing Classes:
- IBeemRosterListener.Stub
public interface IBeemRosterListener
- extends IInterface
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.