public static interface ViewFactory.CreateCallback
| Modifier and Type | Interface and Description |
|---|---|
static class |
ViewFactory.CreateCallback.EmptyCallback |
| Modifier and Type | Field and Description |
|---|---|
static ViewFactory.CreateCallback.EmptyCallback |
EMPTY_CALLBACK |
| Modifier and Type | Method and Description |
|---|---|
void |
onViewCreated(View view)
Handler method called when the requested view is created
|
static final ViewFactory.CreateCallback.EmptyCallback EMPTY_CALLBACK
void onViewCreated(View view)
view - the requested viewCopyright © 2015. All rights reserved.