com.sibvisions.rad.ui.gwt.client.async
Interface WebLauncherServiceAsync


public interface WebLauncherServiceAsync

The WebLauncherServiceAsync is the WebLauncherService definition for asynchronous usage.


Method Summary
 void dispatchEvent(ServiceEvent pEvent, AsyncCallback<? extends ServiceResult> pCallBack)
          Sends the Event to the Server.
 void typemap(TypeMap pTypes, AsyncCallback<TypeMap> pCallBack)
          An unused method for mapping all serializable types which are not supported without specifying.
 

Method Detail

dispatchEvent

void dispatchEvent(ServiceEvent pEvent,
                   AsyncCallback<? extends ServiceResult> pCallBack)
Sends the Event to the Server. As response the changed components are sent from the server.

Parameters:
pEvent - the event
pCallBack - the call back response

typemap

void typemap(TypeMap pTypes,
             AsyncCallback<TypeMap> pCallBack)
An unused method for mapping all serializable types which are not supported without specifying.

Parameters:
pTypes - the type-map class
pCallBack - the call back response with the type-map


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.