|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- top level lifecycle element type this task applies topublic interface ViewLifecycleTask<T>
Represents a discrete task within the view lifecycle.
Method Summary | |
---|---|
LifecycleElementState |
getElementState()
Gets the phase this lifecycle task is a part of. |
Class<T> |
getElementType()
Gets the top level lifecycle element type that this task applies to. |
Methods inherited from interface java.lang.Runnable |
---|
run |
Method Detail |
---|
Class<T> getElementType()
If an element is not a subclass of this type, then the task will not be performed on that element.
LifecycleElementState getElementState()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |