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

All Superinterfaces:
Serializable
All Known Implementing Classes:
AbstractApplicationPortlet.AbstractApplicationPortletWrapper
Enclosing class:
AbstractCommunicationManager

public static interface AbstractCommunicationManager.Callback
extends Serializable

TODO Document me!

Author:
peholmst

Method Summary
 void criticalNotification(WrappedRequest request, WrappedResponse response, String cap, String msg, String details, String outOfSyncURL)
           
 

Method Detail

criticalNotification

void criticalNotification(WrappedRequest request,
                          WrappedResponse response,
                          String cap,
                          String msg,
                          String details,
                          String outOfSyncURL)
                          throws IOException
Throws:
IOException


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