open fun onBind(listener: OnModelBoundListener<CarouselModel_!, Carousel!>!): CarouselModel_!open fun onBind(listener: OnModelBoundListener<CarouselModel_!, Carousel!>!): CarouselModel_!
Overrides CarouselModelBuilder.onBind
Register a listener that will be called when this model is bound to a view.
The listener will contribute to this model's hashCode state per the rules.
You may clear the listener by setting a null value, or by calling #reset()