Class ShareFileCommand
- java.lang.Object
-
- org.pentaho.mantle.client.commands.ShareFileCommand
-
- All Implemented Interfaces:
com.google.gwt.core.client.Scheduler.ScheduledCommand
,com.google.gwt.user.client.Command
public class ShareFileCommand extends Object implements com.google.gwt.user.client.Command
-
-
Constructor Summary
Constructors Constructor Description ShareFileCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
String
getSolutionPath()
void
performOperation()
void
setSolutionPath(String solutionPath)
-
-
-
Method Detail
-
getSolutionPath
public String getSolutionPath()
-
setSolutionPath
public void setSolutionPath(String solutionPath)
-
execute
public void execute()
- Specified by:
execute
in interfacecom.google.gwt.user.client.Command
- Specified by:
execute
in interfacecom.google.gwt.core.client.Scheduler.ScheduledCommand
-
performOperation
public void performOperation()
-
-