org.atmosphere.gwt.client.extra
Class WindowSocket
java.lang.Object
org.atmosphere.gwt.client.extra.WindowSocket
public class WindowSocket
- extends Object
- Author:
- p.havelaar
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WindowSocket
public WindowSocket()
exists
public static boolean exists(Window w,
String socketName)
post
public static void post(Window w,
String socketName,
String message)
bind
public void bind(String name)
unbind
public void unbind()
addHandler
public com.google.gwt.event.shared.HandlerRegistration addHandler(WindowSocket.MessageHandler handler)
Copyright © 2011. All Rights Reserved.