org.drools.guvnor.client.explorer
Class MultiActivityManager

java.lang.Object
  extended by org.drools.guvnor.client.explorer.MultiActivityManager
All Implemented Interfaces:
com.google.gwt.event.shared.EventHandler, com.google.gwt.place.shared.PlaceChangeEvent.Handler, CloseAllPlacesEvent.Handler, ClosePlaceEvent.Handler

public class MultiActivityManager
extends Object
implements com.google.gwt.place.shared.PlaceChangeEvent.Handler, ClosePlaceEvent.Handler, CloseAllPlacesEvent.Handler


Constructor Summary
MultiActivityManager(ActivityMapper activityMapper, com.google.gwt.event.shared.EventBus eventBus)
           
 
Method Summary
 void onCloseAllPlaces(CloseAllPlacesEvent event)
           
 void onClosePlace(ClosePlaceEvent closePlaceEvent)
           
 void onPlaceChange(com.google.gwt.place.shared.PlaceChangeEvent event)
           
 void setTabbedPanel(TabbedPanel tabbedPanel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiActivityManager

public MultiActivityManager(ActivityMapper activityMapper,
                            com.google.gwt.event.shared.EventBus eventBus)
Method Detail

setTabbedPanel

public void setTabbedPanel(TabbedPanel tabbedPanel)

onPlaceChange

public void onPlaceChange(com.google.gwt.place.shared.PlaceChangeEvent event)
Specified by:
onPlaceChange in interface com.google.gwt.place.shared.PlaceChangeEvent.Handler

onClosePlace

public void onClosePlace(ClosePlaceEvent closePlaceEvent)
Specified by:
onClosePlace in interface ClosePlaceEvent.Handler

onCloseAllPlaces

public void onCloseAllPlaces(CloseAllPlacesEvent event)
Specified by:
onCloseAllPlaces in interface CloseAllPlacesEvent.Handler


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.