public class VMMetricsPresenter extends CircuitPresenter<VMView,VMMetricsPresenter.MyProxy> implements VMMetricsManagement
| Modifier and Type | Class and Description |
|---|---|
static interface |
VMMetricsPresenter.MyProxy |
static interface |
VMMetricsPresenter.MyView |
| Constructor and Description |
|---|
VMMetricsPresenter(com.google.web.bindery.event.shared.EventBus eventBus,
VMMetricsPresenter.MyView view,
VMMetricsPresenter.MyProxy proxy,
DispatchAsync dispatcher,
BeanFactory factory,
ApplicationMetaData propertyMetaData,
org.jboss.gwt.circuit.Dispatcher circuit) |
| Modifier and Type | Method and Description |
|---|---|
void |
loadVMStatus() |
protected void |
onAction(org.jboss.gwt.circuit.Action action)
When this method is called it's guaranteed that the presenter is visible.
|
protected void |
onBind() |
protected void |
onHide() |
protected void |
onReset() |
void |
refresh() |
protected void |
revealInParent() |
addChangeHandler, onError, onError, onUnbindbind, forceReveal, getProxy, getRevealType, getSlot, prepareFromRequest, setRevealType, setSlot, unbind, useManualRevealaddHandler, addRegisteredHandler, addToPopupSlot, addToPopupSlot, addToSlot, addVisibleHandler, asWidget, clearSlot, fireEvent, getEventBus, getView, getWidget, isVisible, onReveal, removeFromPopupSlot, removeFromSlot, setInSlot, setInSlot@Inject
public VMMetricsPresenter(com.google.web.bindery.event.shared.EventBus eventBus,
VMMetricsPresenter.MyView view,
VMMetricsPresenter.MyProxy proxy,
DispatchAsync dispatcher,
BeanFactory factory,
ApplicationMetaData propertyMetaData,
org.jboss.gwt.circuit.Dispatcher circuit)
protected void onBind()
onBind in class com.gwtplatform.mvp.client.HandlerContainerImplprotected void onAction(org.jboss.gwt.circuit.Action action)
CircuitPresenteronAction in class CircuitPresenter<VMView,VMMetricsPresenter.MyProxy>protected void onHide()
onHide in class com.gwtplatform.mvp.client.PresenterWidget<VMView>protected void onReset()
onReset in class com.gwtplatform.mvp.client.PresenterWidget<VMView>public void refresh()
refresh in interface VMMetricsManagementpublic void loadVMStatus()
protected void revealInParent()
revealInParent in class com.gwtplatform.mvp.client.Presenter<VMView,VMMetricsPresenter.MyProxy>Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.