com.vaadin.polymer.vaadin.widget.event.PouchdbSyncChangeEventHandler Maven / Gradle / Ivy
The newest version!
/*
* This code was generated with Vaadin Web Component GWT API Generator,
* from vaadin-pouchdb project by Manolo Carrasco Moñino
* that is licensed with Apache license.
*/
package com.vaadin.polymer.vaadin.widget.event;
import com.google.gwt.event.shared.EventHandler;
/**
*
*/
public interface PouchdbSyncChangeEventHandler extends EventHandler {
void onPouchdbSyncChange(PouchdbSyncChangeEvent event);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy