com.vaadin.server
Interface AbstractCommunicationManager.Callback

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
VaadinPortlet.AbstractApplicationPortletWrapper
Enclosing class:
AbstractCommunicationManager

Deprecated. might be refactored or removed before 7.0.0

@Deprecated
public static interface AbstractCommunicationManager.Callback
extends java.io.Serializable

TODO Document me!

Author:
peholmst

Method Summary
 void criticalNotification(VaadinRequest request, VaadinResponse response, java.lang.String cap, java.lang.String msg, java.lang.String details, java.lang.String outOfSyncURL)
          Deprecated.  
 

Method Detail

criticalNotification

void criticalNotification(VaadinRequest request,
                          VaadinResponse response,
                          java.lang.String cap,
                          java.lang.String msg,
                          java.lang.String details,
                          java.lang.String outOfSyncURL)
                          throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException


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