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

Nested Class Summary
static class ViewFactory.CreateCallback.EmptyCallback
           
 
Field Summary
static ViewFactory.CreateCallback.EmptyCallback EMPTY_CALLBACK
           
 
Method Summary
 void onViewCreated(View view)
          Handler method called when the requested view is created
 

Field Detail

EMPTY_CALLBACK

static final ViewFactory.CreateCallback.EmptyCallback EMPTY_CALLBACK
Method Detail

onViewCreated

void onViewCreated(View view)
Handler method called when the requested view is created

Parameters:
view - the requested view


Copyright © 2014. All rights reserved.