|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MacroServiceAsync
Service interface used on the client by the macro plug-in. It should have all the methods from MacroService
with an additional AsyncCallback parameter. This is specific to GWT's architecture.
| Method Summary | |
|---|---|
void |
getMacroDescriptor(String macroId,
String syntaxId,
com.google.gwt.user.client.rpc.AsyncCallback<MacroDescriptor> async)
Makes a request to the server to get the descriptor for the specified macro. |
void |
getMacroDescriptors(String syntaxId,
com.google.gwt.user.client.rpc.AsyncCallback<List<MacroDescriptor>> async)
Makes a request to the server to get all the macro descriptors for the specified syntax. |
| Method Detail |
|---|
void getMacroDescriptor(String macroId,
String syntaxId,
com.google.gwt.user.client.rpc.AsyncCallback<MacroDescriptor> async)
macroId - a macro identifiersyntaxId - a syntax identifierasync - the call-back to be used for notifying the caller after receiving the response from the server
void getMacroDescriptors(String syntaxId,
com.google.gwt.user.client.rpc.AsyncCallback<List<MacroDescriptor>> async)
syntaxId - a syntax identifierasync - the call-back to be used for notifying the caller after receiving the response from the server
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||