org.cruxframework.crux.core.client.screen.views
Interface ControllerAccessor

All Superinterfaces:
ViewAware, ViewBindable

public interface ControllerAccessor
extends ViewBindable

A marker interface used to generate controller wrappers. These wrappers are useful to avoid reference to controllers on view made with strings. With a wrapper, you can invoke an accessor method for each controller.

Author:
Thiago da Rosa de Bustamante

Method Summary
 
Methods inherited from interface org.cruxframework.crux.core.client.screen.views.ViewBindable
bindCruxView
 
Methods inherited from interface org.cruxframework.crux.core.client.screen.views.ViewAware
getBoundCruxView, getBoundCruxViewId
 



Copyright © 2014. All rights reserved.