org.cruxframework.crux.core.rebind.screen.widget
Interface ControllerAccessHandler.SingleControllerAccessHandler

All Superinterfaces:
ControllerAccessHandler
Enclosing interface:
ControllerAccessHandler

public static interface ControllerAccessHandler.SingleControllerAccessHandler
extends ControllerAccessHandler

A ControllerAccessHandler that must be used when any reference to the controller printed during the current generation cycle must point to the same controller instance. It is used by LazyPanels discover how to access the controller.

Author:
Thiago da Rosa de Bustamante

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.cruxframework.crux.core.rebind.screen.widget.ControllerAccessHandler
ControllerAccessHandler.SingleControllerAccessHandler
 
Method Summary
 String getSingleControllerImplClassName()
           
 String getSingleControllerVariable()
           
 
Methods inherited from interface org.cruxframework.crux.core.rebind.screen.widget.ControllerAccessHandler
getControllerExpression, getControllerImplClassName
 

Method Detail

getSingleControllerImplClassName

String getSingleControllerImplClassName()

getSingleControllerVariable

String getSingleControllerVariable()


Copyright © 2014. All rights reserved.