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
getControllerExpression
String getControllerExpression(String controller,
DeviceAdaptive.Device device)
getControllerImplClassName
String getControllerImplClassName(String controller,
DeviceAdaptive.Device device)
Copyright © 2014. All rights reserved.