C - Your UiHandlers interface type.public interface HasUiHandlers<C extends UiHandlers>
View so that its controller can attach its
UiHandlers. Important, when using this interface, you should always call
setUiHandlers(UiHandlers) from your presenter constructor.| Modifier and Type | Method and Description |
|---|---|
void |
setUiHandlers(C uiHandlers)
Sets the
UiHandlers subclass associated with this object. |
void setUiHandlers(C uiHandlers)
UiHandlers subclass associated with this object.uiHandlers - The UiHandlers subclass (of type C) to associate with this
object.Copyright © 2010-2014 ArcBees. All Rights Reserved.