org.cruxframework.crux.core.client.screen.views
Interface ViewFactory.CreateCallback
- All Known Implementing Classes:
- ViewFactory.CreateCallback.EmptyCallback
- Enclosing interface:
- ViewFactory
public static interface ViewFactory.CreateCallback
A callback called when the requested view is created
- Author:
- Thiago da Rosa de Bustamante
|
Method Summary |
void |
onViewCreated(View view)
Handler method called when the requested view is created |
EMPTY_CALLBACK
static final ViewFactory.CreateCallback.EmptyCallback EMPTY_CALLBACK
onViewCreated
void onViewCreated(View view)
- Handler method called when the requested view is created
- Parameters:
view - the requested view
Copyright © 2014. All rights reserved.