com.vaadin.server
Interface ClientConnector.AttachListener
- All Superinterfaces:
- ConnectorEventListener, java.util.EventListener, java.io.Serializable
- Enclosing interface:
- ClientConnector
public static interface ClientConnector.AttachListener
- extends ConnectorEventListener
Interface for listening connector detach events.
attachMethod
static final java.lang.reflect.Method attachMethod
attach
void attach(ClientConnector.AttachEvent event)
- Called when a AttachListener is notified of a AttachEvent.
- Parameters:
event - The attach event that was fired.
Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.