Uses of Interface
com.vaadin.terminal.gwt.server.AbstractCommunicationManager.Callback

Packages that use AbstractCommunicationManager.Callback
com.vaadin.terminal.gwt.server   
 

Uses of AbstractCommunicationManager.Callback in com.vaadin.terminal.gwt.server
 

Methods in com.vaadin.terminal.gwt.server with parameters of type AbstractCommunicationManager.Callback
protected  Window AbstractCommunicationManager.doGetApplicationWindow(AbstractCommunicationManager.Request request, AbstractCommunicationManager.Callback callback, Application application, Window assumedWindow)
          TODO New method - document me!
protected  void AbstractCommunicationManager.doHandleUidlRequest(AbstractCommunicationManager.Request request, AbstractCommunicationManager.Response response, AbstractCommunicationManager.Callback callback, Window window)
          Internally process a UIDL request from the client.
protected  DownloadStream AbstractCommunicationManager.handleURI(Window window, AbstractCommunicationManager.Request request, AbstractCommunicationManager.Response response, AbstractCommunicationManager.Callback callback)
          Calls the Window URI handler for a request and returns the DownloadStream returned by the handler.
 void AbstractCommunicationManager.writeUidlResponce(AbstractCommunicationManager.Callback callback, boolean repaintAll, PrintWriter outWriter, Window window, boolean analyzeLayouts)
           
 



Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.