SSendButton.java :  » Network » snaio » edu » uta » cse » snaio » core » model » post » Android Open Source

Android Open Source » Network » snaio 
snaio » edu » uta » cse » snaio » core » model » post » SSendButton.java
/*
Copyright (c) 2010, SNAIO team
All rights reserved.
 */
package edu.uta.cse.snaio.core.model.post;

import android.content.Context;
import android.widget.Button;

/**
 * The Class SSendButton.
 *
 * @author Tuan Nguyen - tnguyen@mavs.uta.edu
 */
public class SSendButton extends Button {

  /**
   * Instantiates a new s send button.
   *
   * @param context the context
   */
  public SSendButton(Context context) {
    super(context);
    // TODO Auto-generated constructor stub
  }

}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.