com.vaadin.polymer.app.widget.event.AppDrawerTransitionedEventHandler 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.shared.EventHandler;
/**
*
*/
public interface AppDrawerTransitionedEventHandler extends EventHandler {
void onAppDrawerTransitioned(AppDrawerTransitionedEvent event);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy