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.


Field Summary
static java.lang.reflect.Method attachMethod
           
 
Method Summary
 void attach(ClientConnector.AttachEvent event)
          Called when a AttachListener is notified of a AttachEvent.
 

Field Detail

attachMethod

static final java.lang.reflect.Method attachMethod
Method Detail

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-2011 Vaadin Ltd. All Rights Reserved.