View Javadoc
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  }