|
Eclipse Remote Application Platform | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Client
Represents a remote client. The client that is connected to the current session can be obtained
by calling RWT.getClient()
.
An RWT client can provide services, e.g. to allow access to device-specific capabilities. Those
client services implement the common interface ClientService
.
WebClient
,
RWT.getClient()
Method Summary | ||
---|---|---|
|
getService(java.lang.Class<T> type)
Returns this client's implementation of a given service, if available. |
Method Detail |
---|
<T extends ClientService> T getService(java.lang.Class<T> type)
type
- the type of the requested service, must be a subtype of ClientService
null
ClientService
|
Eclipse Remote Application Platform | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) EclipseSource and others 2002, 2013. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0