mobi.voiceassistant.client.content
Interface IBubbleListAdapter

All Superinterfaces:
IInterface
All Known Implementing Classes:
BubbleListAdapter, IBubbleListAdapter.Stub

public interface IBubbleListAdapter
extends IInterface


Nested Class Summary
static class IBubbleListAdapter.Stub
          Local-side IPC implementation stub class.
 
Method Summary
 Bubble getBubble(int position)
           
 int getCount()
           
 Bubble getLoadingBubble(int position)
           
 
Methods inherited from interface android.os.IInterface
asBinder
 

Method Detail

getCount

int getCount()
             throws RemoteException
Throws:
RemoteException

getLoadingBubble

Bubble getLoadingBubble(int position)
                        throws RemoteException
Throws:
RemoteException

getBubble

Bubble getBubble(int position)
                 throws RemoteException
Throws:
RemoteException