Package org.jboss.hal.client.installer
Interface ChannelPresenter.MyView
-
- All Superinterfaces:
HalView,HasPresenter<ChannelPresenter>,org.jboss.elemento.IsElement,com.google.gwt.user.client.ui.IsWidget,Iterable<elemental2.dom.HTMLElement>,com.gwtplatform.mvp.client.View
- All Known Implementing Classes:
ChannelView
- Enclosing class:
- ChannelPresenter
public static interface ChannelPresenter.MyView extends HalView, HasPresenter<ChannelPresenter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidupdate(Channel channel)-
Methods inherited from interface org.jboss.hal.core.mvp.HasPresenter
setPresenter
-
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
-
-
-
Method Detail
-
update
void update(Channel channel)
-
-