Class TextViewHandler
- java.lang.Object
-
- android.os.Handler
-
- com.pranavpandey.android.dynamic.util.loader.handler.TextViewHandler
-
public class TextViewHandler extends android.os.HandlerAHandlerto set theTextViewon separate thread.- See Also:
ImageView.setImageDrawable(Drawable),ImageView.setImageBitmap(Bitmap)
-
-
Constructor Summary
Constructors Constructor Description TextViewHandler(android.widget.TextView textView)Constructor to initialize an object of this class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description android.widget.TextViewgetTextView()Returns the text view used by this handler.voidhandleMessage(android.os.Message msg)-
Methods inherited from class android.os.Handler
createAsync, createAsync, dispatchMessage, dump, getLooper, getMessageName, hasCallbacks, hasMessages, hasMessages, obtainMessage, obtainMessage, obtainMessage, obtainMessage, obtainMessage, post, postAtFrontOfQueue, postAtTime, postAtTime, postDelayed, postDelayed, removeCallbacks, removeCallbacks, removeCallbacksAndMessages, removeMessages, removeMessages, sendEmptyMessage, sendEmptyMessageAtTime, sendEmptyMessageDelayed, sendMessage, sendMessageAtFrontOfQueue, sendMessageAtTime, sendMessageDelayed, toString
-
-