org.drools.guvnor.client.admin
Class PerspectivesManager

java.lang.Object
  extended by org.drools.guvnor.client.admin.PerspectivesManager
All Implemented Interfaces:
PerspectivesManagerView.Presenter

public class PerspectivesManager
extends Object
implements PerspectivesManagerView.Presenter


Constructor Summary
PerspectivesManager(ConfigurationServiceAsync configurationServiceAsync, PerspectivesManagerView view)
           
 
Method Summary
 void onAddNewPerspective()
           
 void onEditPerspective()
           
 void onRemovePerspective()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PerspectivesManager

public PerspectivesManager(ConfigurationServiceAsync configurationServiceAsync,
                           PerspectivesManagerView view)
Method Detail

onAddNewPerspective

public void onAddNewPerspective()
Specified by:
onAddNewPerspective in interface PerspectivesManagerView.Presenter

onEditPerspective

public void onEditPerspective()
                       throws com.google.gwt.user.client.rpc.SerializationException
Specified by:
onEditPerspective in interface PerspectivesManagerView.Presenter
Throws:
com.google.gwt.user.client.rpc.SerializationException

onRemovePerspective

public void onRemovePerspective()
Specified by:
onRemovePerspective in interface PerspectivesManagerView.Presenter


Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.