| Methods in org.atmosphere.gwt.client.extra with parameters of type Window |
static void |
WindowSocket.crossPost(Window source,
Window target,
String socketName,
String message)
|
protected void |
AtmosphereProxy.dispatchEvent(Window target,
AtmosphereProxyEvent event)
|
protected void |
AtmosphereProxy.dispatchRawEvent(Window target,
String event)
|
static boolean |
WindowSocket.exists(Window w,
String socketName)
|
static void |
WindowSocket.forcePost(Window w,
String socketName,
String message)
This will create a socket in the target window to receive the message
even if the target window did not bind a WindowSocket yet. |
protected void |
AtmosphereProxy.onEvent(Window source,
AtmosphereProxyEvent event,
String rawEvent)
|
void |
WindowSocket.MessageHandler.onMessage(Window source,
String message)
|
static void |
WindowSocket.post(Window w,
String socketName,
String message)
|