com.itmill.toolkit.terminal.web
Class OpenAjaxHubMessage

java.lang.Object
  extended by com.itmill.toolkit.terminal.web.OpenAjaxHubMessage

public class OpenAjaxHubMessage
extends Object

OpenAjax Hub messaging. API is under development and subject to change without further notice.

Author:
IT Mill Ltd.

Constructor Summary
OpenAjaxHubMessage(Window window, String namespace, String message)
           
 
Method Summary
 String getMessage()
           
 String getNamespace()
           
 Window getWindow()
           
 void setMessage(String message)
           
 void setNamespace(String namespace)
           
 void setWindow(Window window)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenAjaxHubMessage

public OpenAjaxHubMessage(Window window,
                          String namespace,
                          String message)
Method Detail

getMessage

public String getMessage()

setMessage

public void setMessage(String message)

getNamespace

public String getNamespace()

setNamespace

public void setNamespace(String namespace)

getWindow

public Window getWindow()

setWindow

public void setWindow(Window window)


Copyright © 2000-2008 IT Mill Ltd. All Rights Reserved.