public abstract class ViewAttachEvent
extends java.lang.Object
Warning: Instances keep a strong reference to the view. Operators that
cache instances have the potential to leak the associated Context.
| Modifier and Type | Method and Description |
|---|---|
abstract android.view.View |
view()
The view from which this event occurred.
|