Java com.vaadin.server SessionInitEvent fields, constructors, methods, implement or subclass

Example usage for Java com.vaadin.server SessionInitEvent fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.vaadin.server SessionInitEvent.

The text is from its open source code.

Method

VaadinRequestgetRequest()
Gets the request that triggered the initialization.
VaadinServicegetService()
Gets the Vaadin service from which this event originates.
VaadinSessiongetSession()
Gets the Vaadin service session that has been initialized.