Class TextViewHandler
java.lang.Object
android.os.Handler
com.pranavpandey.android.dynamic.util.loader.handler.TextViewHandler
-
Nested Class Summary
Nested classes/interfaces inherited from class android.os.Handler
Handler.Callback
-
Constructor Summary
ConstructorDescriptionTextViewHandler
(TextView textView) Constructor to initialize an object of this class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the text view used by this handler.void
handleMessage
(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
-
Constructor Details
-
TextViewHandler
Constructor to initialize an object of this class.- Parameters:
textView
- The text view to be used.
-
-
Method Details
-
handleMessage
- Overrides:
handleMessage
in classHandler
-
getTextView
Returns the text view used by this handler.- Returns:
- The text view used by this handler.
-