com.vaadin.server
Interface AbstractCommunicationManager.Callback
- All Superinterfaces:
- java.io.Serializable
- All Known Implementing Classes:
- VaadinPortlet.AbstractApplicationPortletWrapper
- Enclosing class:
- AbstractCommunicationManager
Deprecated. As of 7.0. Will likely change or be removed in a future
version
@Deprecated
public static interface AbstractCommunicationManager.Callback
- extends java.io.Serializable
TODO Document me!
- Author:
- peholmst
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.