com.beem.project.beem.service.aidl
Interface IPrivacyListListener

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

public interface IPrivacyListListener
extends IInterface


Nested Class Summary
static class IPrivacyListListener.Stub
          Local-side IPC implementation stub class.
 
Method Summary
 void setPrivacyList(String listName, List<PrivacyListItem> listItem)
           
 void updatedPrivacyList(String listName)
           
 
Methods inherited from interface android.os.IInterface
asBinder
 

Method Detail

updatedPrivacyList

void updatedPrivacyList(String listName)
                        throws RemoteException
Throws:
RemoteException

setPrivacyList

void setPrivacyList(String listName,
                    List<PrivacyListItem> listItem)
                    throws RemoteException
Throws:
RemoteException


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