com.beem.project.beem.ui.dialogs.builders
Class ResendSubscription

Package class diagram package ResendSubscription
java.lang.Object
  extended by android.app.AlertDialog.Builder
      extended by com.beem.project.beem.ui.dialogs.builders.ResendSubscription

public class ResendSubscription
extends AlertDialog.Builder

Use this builder to build a dialog which allows you resend a subscription query to a contact.


Constructor Summary
ResendSubscription(Context context, IXmppFacade xmppFacade, Contact contact)
          Constructor.
 
Method Summary
 
Methods inherited from class android.app.AlertDialog.Builder
create, setAdapter, setCancelable, setCursor, setCustomTitle, setIcon, setIcon, setInverseBackgroundForced, setItems, setItems, setMessage, setMessage, setMultiChoiceItems, setMultiChoiceItems, setMultiChoiceItems, setNegativeButton, setNegativeButton, setNeutralButton, setNeutralButton, setOnCancelListener, setOnItemSelectedListener, setOnKeyListener, setPositiveButton, setPositiveButton, setSingleChoiceItems, setSingleChoiceItems, setSingleChoiceItems, setSingleChoiceItems, setTitle, setTitle, setView, show
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResendSubscription

public ResendSubscription(Context context,
                          IXmppFacade xmppFacade,
                          Contact contact)
Constructor.

Parameters:
context - context activity.
xmppFacade - the XMPP Facade used to send the query.
contact - the receiver of the query.


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