public interface ClientCommand<R>
Modifier and Type | Method and Description |
---|---|
void |
execute()
Executes the command at the client side.
|
AsyncCallback<R> |
getCommandCallback()
Returns the callback of the command.
|
void execute()
getCommandCallback()
can be used to get the callback when the commandAsyncCallback<R> getCommandCallback()
Copyright © 2012. All Rights Reserved.