lu.uni.lassy.excalibur.examples.icrash.dev.web.java.views.ComCompanyRootView.java Source code

Java tutorial

Introduction

Here is the source code for lu.uni.lassy.excalibur.examples.icrash.dev.web.java.views.ComCompanyRootView.java

Source

/*******************************************************************************
 * Copyright (c) 2015 University of Luxembourg.
 * All rights reserved. This program and the accompanying materials
 * are made available under the terms of the Eclipse Public License v1.0
 * which accompanies this distribution, and is available at
 * http://www.eclipse.org/legal/epl-v10.html
 * 
 * Contributors:
 *     Anton Nikonienkov - iCrash HTML5 API and implementation
 ******************************************************************************/
package lu.uni.lassy.excalibur.examples.icrash.dev.web.java.views;

import java.io.Serializable;

import com.vaadin.navigator.View;
import com.vaadin.navigator.ViewChangeListener.ViewChangeEvent;
import com.vaadin.ui.CssLayout;

public class ComCompanyRootView extends CssLayout implements View, Serializable {

    private static final long serialVersionUID = -7174979078685150142L;

    public ComCompanyRootView() {
    }

    @Override
    public void enter(ViewChangeEvent event) {
    }

}