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