Example usage for com.google.gwt.gwtpages.client.event PageShownEvent TYPE

List of usage examples for com.google.gwt.gwtpages.client.event PageShownEvent TYPE

Introduction

In this page you can find the example usage for com.google.gwt.gwtpages.client.event PageShownEvent TYPE.

Prototype

GwtEvent.Type TYPE

To view the source code for com.google.gwt.gwtpages.client.event PageShownEvent TYPE.

Click Source Link

Usage

From source file:com.google.gwt.gwtpages.demo.client.pages.layout.MenuItemsPanel.java

@Override
protected void onAttach() {
    super.onAttach();
    if (!initialized) {
        Pages.get().getEventBus().addHandler(PageShownEvent.TYPE, this);
        initialized = true;//from  w w  w .ja  va2s .  com
    }
}