mobi.voiceassistant.client.content
Class BubbleListAdapter

java.lang.Object
  extended by android.os.Binder
      extended by mobi.voiceassistant.client.content.IBubbleListAdapter.Stub
          extended by mobi.voiceassistant.client.content.BubbleListAdapter
All Implemented Interfaces:
IBinder, IInterface, Parcelable, IBubbleListAdapter

public class BubbleListAdapter
extends IBubbleListAdapter.Stub
implements Parcelable


Nested Class Summary
 
Nested classes/interfaces inherited from interface android.os.Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>
 
Nested classes/interfaces inherited from interface mobi.voiceassistant.client.content.IBubbleListAdapter
IBubbleListAdapter.Stub
 
Nested classes/interfaces inherited from interface android.os.IBinder
IBinder.DeathRecipient
 
Field Summary
static Parcelable.Creator<BubbleListAdapter> CREATOR
           
 
Fields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
 
Fields inherited from interface android.os.IBinder
DUMP_TRANSACTION, FIRST_CALL_TRANSACTION, FLAG_ONEWAY, INTERFACE_TRANSACTION, LAST_CALL_TRANSACTION, LIKE_TRANSACTION, PING_TRANSACTION, TWEET_TRANSACTION
 
Constructor Summary
BubbleListAdapter()
           
BubbleListAdapter(Parcel parcel)
           
 
Method Summary
 int describeContents()
           
 Bubble getBubble(int position)
           
 int getCount()
           
 Bubble getLoadingBubble(int position)
           
 void writeToParcel(Parcel parcel, int flags)
           
 
Methods inherited from class mobi.voiceassistant.client.content.IBubbleListAdapter.Stub
asBinder, asInterface, onTransact
 
Methods inherited from class android.os.Binder
attachInterface, clearCallingIdentity, dump, dump, dumpAsync, finalize, flushPendingCommands, getCallingPid, getCallingUid, getCallingUserHandle, getInterfaceDescriptor, isBinderAlive, joinThreadPool, linkToDeath, pingBinder, queryLocalInterface, restoreCallingIdentity, transact, unlinkToDeath
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CREATOR

public static Parcelable.Creator<BubbleListAdapter> CREATOR
Constructor Detail

BubbleListAdapter

public BubbleListAdapter()

BubbleListAdapter

public BubbleListAdapter(Parcel parcel)
Method Detail

getCount

public int getCount()
Specified by:
getCount in interface IBubbleListAdapter

getLoadingBubble

public Bubble getLoadingBubble(int position)
Specified by:
getLoadingBubble in interface IBubbleListAdapter

getBubble

public Bubble getBubble(int position)
Specified by:
getBubble in interface IBubbleListAdapter

describeContents

public int describeContents()
Specified by:
describeContents in interface Parcelable

writeToParcel

public void writeToParcel(Parcel parcel,
                          int flags)
Specified by:
writeToParcel in interface Parcelable