Package org.uberfire.mvp
Interface ParameterizedCommand<T>
-
public interface ParameterizedCommand<T>A command representing a future activity. This was deliberately created in addition to the existing GWT Command to allow better re-use of menu structures when a WorkbenchPart is embedded within Eclipse. In case you need two parameters, seeBiParameterizedCommand.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecute(T parameter)
-
-
-
Method Detail
-
execute
void execute(T parameter)
-
-