com.c2call.sdk.pub.gui.core.controller.IListItemControllerFactory<T, M extends com.c2call.sdk.pub.gui.core.controller.IListItemController<T, ? extends com.c2call.sdk.pub.gui.core.controller.IListItemViewHolder>> |
This is an interface for factories that create controlers for list items
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract SCActivityResultDispatcher | getResultDispatcher() | ||||||||||
abstract M |
onCreateController(View v, SCViewDescription vd, T data)
Called to create a new controller
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Called to create a new controller
v | the view that is needed to create the controller |
---|---|
vd | the view description that is needed tho create the controller |
data | the optional data that is set in the created controller |