Refactor SWT directory structure.
[lgpl/argeo-commons.git] / rcp / org.argeo.swt.specific.rcp / src / org / eclipse / rap / rwt / client / Client.java
diff --git a/rcp/org.argeo.swt.specific.rcp/src/org/eclipse/rap/rwt/client/Client.java b/rcp/org.argeo.swt.specific.rcp/src/org/eclipse/rap/rwt/client/Client.java
deleted file mode 100644 (file)
index 934feae..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-package org.eclipse.rap.rwt.client;
-
-import java.io.Serializable;
-
-import org.eclipse.rap.rwt.client.service.ClientService;
-
-public interface Client extends Serializable {
-
-  /**
-   * Returns this client's implementation of a given service, if available.
-   *
-   * @param type the type of the requested service, must be a subtype of ClientService
-   * @return the requested service if provided by this client, otherwise <code>null</code>
-   * @see ClientService
-   */
-  <T extends ClientService> T getService( Class<T> type );
-
-}
\ No newline at end of file