]> git.argeo.org Git - lgpl/argeo-commons.git/blob - service/ServerPushSession.java
Prepare next development cycle
[lgpl/argeo-commons.git] / service / ServerPushSession.java
1 package org.eclipse.rap.rwt.service;
2
3 /** Mock, does nothing as this is irrelevant for RCP. */
4 public class ServerPushSession {
5 public void start() {
6
7 }
8
9 public void stop() {
10
11 }
12 }