Interface JmsQueuePresenter.MyView
-
- All Superinterfaces:
HalView,HasPresenter<JmsQueuePresenter>,org.jboss.elemento.IsElement,com.google.gwt.user.client.ui.IsWidget,Iterable<elemental2.dom.HTMLElement>,com.gwtplatform.mvp.client.View
- All Known Implementing Classes:
JmsQueueView
- Enclosing class:
- JmsQueuePresenter
public static interface JmsQueuePresenter.MyView extends HalView, HasPresenter<JmsQueuePresenter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidshowAll(List<org.jboss.hal.client.runtime.subsystem.messaging.JmsMessage> messages)voidshowMany(long count)-
Methods inherited from interface org.jboss.hal.core.mvp.HasPresenter
setPresenter
-
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
-
-
-
Method Detail
-
showMany
void showMany(long count)
-
showAll
void showAll(List<org.jboss.hal.client.runtime.subsystem.messaging.JmsMessage> messages)
-
-