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

All Superinterfaces:
RemoteService, TypeMapService
All Known Implementing Classes:
WebLauncherServiceImpl

@RemoteServiceRelativePath(value="services/webLauncher")
public interface WebLauncherService
extends TypeMapService

The WebLauncherService is the launcher service definition.


Method Summary
<R extends ServiceResult>
R
dispatchEvent(ServiceEvent pEvent)
          Sends the Event to the Server.
 
Methods inherited from interface com.sibvisions.rad.ui.gwt.client.async.TypeMapService
typemap
 

Method Detail

dispatchEvent

<R extends ServiceResult> R dispatchEvent(ServiceEvent pEvent)
Sends the Event to the Server. As response the changed components are sent from the server.

Type Parameters:
R - the result type
Parameters:
pEvent - the event.
Returns:
the event result


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.