org.cruxframework.crux.core.client.screen.views
Class ViewFactory.CreateCallback.EmptyCallback

java.lang.Object
  extended by org.cruxframework.crux.core.client.screen.views.ViewFactory.CreateCallback.EmptyCallback
All Implemented Interfaces:
ViewFactory.CreateCallback
Enclosing interface:
ViewFactory.CreateCallback

public static class ViewFactory.CreateCallback.EmptyCallback
extends Object
implements ViewFactory.CreateCallback


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.cruxframework.crux.core.client.screen.views.ViewFactory.CreateCallback
ViewFactory.CreateCallback.EmptyCallback
 
Field Summary
 
Fields inherited from interface org.cruxframework.crux.core.client.screen.views.ViewFactory.CreateCallback
EMPTY_CALLBACK
 
Method Summary
 void onViewCreated(View view)
          Handler method called when the requested view is created
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

onViewCreated

public void onViewCreated(View view)
Description copied from interface: ViewFactory.CreateCallback
Handler method called when the requested view is created

Specified by:
onViewCreated in interface ViewFactory.CreateCallback
Parameters:
view - the requested view


Copyright © 2014. All rights reserved.