org.ow2.orchestra.console.ws.client.presenters.ws.explorer
Class ProcessEndpointsExplorerPresenterImpl
java.lang.Object
org.ow2.orchestra.console.ws.client.presenters.ws.explorer.ProcessEndpointsExplorerPresenterImpl
- All Implemented Interfaces:
- com.google.gwt.event.logical.shared.OpenHandler<com.google.gwt.user.client.ui.TreeItem>, com.google.gwt.event.logical.shared.SelectionHandler<com.google.gwt.user.client.ui.TreeItem>, com.google.gwt.event.shared.EventHandler, ProcessEndpointsExplorer.ProcessEndpointsExplorerPresenter
public class ProcessEndpointsExplorerPresenterImpl
- extends Object
- implements ProcessEndpointsExplorer.ProcessEndpointsExplorerPresenter
- Author:
- Loic Albertin
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProcessEndpointsExplorerPresenterImpl
public ProcessEndpointsExplorerPresenterImpl(ProcessEndpointsExplorer view,
com.google.gwt.event.shared.EventBus bus)
onOpen
public void onOpen(com.google.gwt.event.logical.shared.OpenEvent<com.google.gwt.user.client.ui.TreeItem> treeItemOpenEvent)
- Specified by:
onOpen in interface com.google.gwt.event.logical.shared.OpenHandler<com.google.gwt.user.client.ui.TreeItem>
clear
public void clear()
- Specified by:
clear in interface ProcessEndpointsExplorer.ProcessEndpointsExplorerPresenter
exploreProcess
public void exploreProcess(String processId)
- Specified by:
exploreProcess in interface ProcessEndpointsExplorer.ProcessEndpointsExplorerPresenter
exploreProcessEndpoints
public void exploreProcessEndpoints(List<ProcessEndpoints> processEndpointsList,
boolean displayRootElement)
- Specified by:
exploreProcessEndpoints in interface ProcessEndpointsExplorer.ProcessEndpointsExplorerPresenter
onSelection
public void onSelection(com.google.gwt.event.logical.shared.SelectionEvent<com.google.gwt.user.client.ui.TreeItem> treeItemSelectionEvent)
- Specified by:
onSelection in interface com.google.gwt.event.logical.shared.SelectionHandler<com.google.gwt.user.client.ui.TreeItem>
Copyright © 2012 OW2 Consortium. All Rights Reserved.