Uses of Interface
com.vaadin.server.BootstrapListener

Packages that use BootstrapListener
com.vaadin.server   
 

Uses of BootstrapListener in com.vaadin.server
 

Methods in com.vaadin.server with parameters of type BootstrapListener
 void AddonContext.addBootstrapListener(BootstrapListener listener)
          Shorthand for adding a bootstrap listener that will be added to every new service session.
 void VaadinServiceSession.addBootstrapListener(BootstrapListener listener)
          Adds a listener that will be invoked when the bootstrap HTML is about to be generated.
 void VaadinServiceSession.removeBootstrapListener(BootstrapListener listener)
          Remove a bootstrap listener that was previously added.
 



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