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

All Known Subinterfaces:
ControllerAccessHandler.SingleControllerAccessHandler

public interface ControllerAccessHandler

Subclasses of this interface are used to inform Crux about how a controller class must be referenced by generated code

Author:
Thiago da Rosa de Bustamante

Nested Class Summary
static interface ControllerAccessHandler.SingleControllerAccessHandler
          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.
 
Method Summary
 String getControllerExpression(String controller, DeviceAdaptive.Device device)
           
 String getControllerImplClassName(String controller, DeviceAdaptive.Device device)
           
 

Method Detail

getControllerExpression

String getControllerExpression(String controller,
                               DeviceAdaptive.Device device)

getControllerImplClassName

String getControllerImplClassName(String controller,
                                  DeviceAdaptive.Device device)


Copyright © 2014. All rights reserved.