-
- All Implemented Interfaces:
-
android.view.View.OnAttachStateChangeListener
public class ViewAttachHandler implements View.OnAttachStateChangeListener
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceViewAttachHandler.ViewAttachListener
-
Constructor Summary
Constructors Constructor Description ViewAttachHandler(ViewAttachHandler.ViewAttachListener attachListener)
-
Method Summary
Modifier and Type Method Description voidonViewAttachedToWindow(View v)voidonViewDetachedFromWindow(View v)voidlistenForAttach(View view)voidunregisterAttachListener(View view)voidonActivityStarted()voidonActivityStopped()-
-
Constructor Detail
-
ViewAttachHandler
ViewAttachHandler(ViewAttachHandler.ViewAttachListener attachListener)
-
-
Method Detail
-
onViewAttachedToWindow
void onViewAttachedToWindow(View v)
-
onViewDetachedFromWindow
void onViewDetachedFromWindow(View v)
-
listenForAttach
void listenForAttach(View view)
-
unregisterAttachListener
void unregisterAttachListener(View view)
-
onActivityStarted
void onActivityStarted()
-
onActivityStopped
void onActivityStopped()
-
-
-
-