com.vaadin.polymer.app.widget.event.AppDrawerTransitionedEvent Maven / Gradle / Ivy
The newest version!
/*
* This code was generated with Vaadin Web Component GWT API Generator,
* from app-layout project by The Polymer Authors
* that is licensed with https://polymer.github.io/LICENSE.txt license.
*/
package com.vaadin.polymer.app.widget.event;
import com.google.gwt.event.dom.client.DomEvent;
import com.google.gwt.core.client.JsArray;
import com.google.gwt.core.client.JavaScriptObject;
/**
* Fired when app-drawer has finished transitioning.
*/
public class AppDrawerTransitionedEvent extends DomEvent {
public static Type TYPE = new Type(
com.vaadin.polymer.app.event.AppDrawerTransitionedEvent.NAME, new AppDrawerTransitionedEvent());
public AppDrawerTransitionedEvent() {
}
public Type getAssociatedType() {
return TYPE;
}
protected void dispatch(AppDrawerTransitionedEventHandler handler) {
handler.onAppDrawerTransitioned(this);
}
public com.vaadin.polymer.app.event.AppDrawerTransitionedEvent getPolymerEvent() {
return (com.vaadin.polymer.app.event.AppDrawerTransitionedEvent)super.getNativeEvent();
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy