All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.vaadin.polymer.platinum.widget.event.PlatinumPushMessagingErrorEvent Maven / Gradle / Ivy

The newest version!
/*
 * This code was generated with Vaadin Web Component GWT API Generator, 
 * from platinum-push-messaging project by The Polymer Authors
 * that is licensed with http://polymer.github.io/LICENSE.txt license.
 */
package com.vaadin.polymer.platinum.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 an error occurs while enabling or disabling notifications

*/ public class PlatinumPushMessagingErrorEvent extends DomEvent { public static Type TYPE = new Type( com.vaadin.polymer.platinum.event.PlatinumPushMessagingErrorEvent.NAME, new PlatinumPushMessagingErrorEvent()); public PlatinumPushMessagingErrorEvent() { } public Type getAssociatedType() { return TYPE; } protected void dispatch(PlatinumPushMessagingErrorEventHandler handler) { handler.onPlatinumPushMessagingError(this); } public com.vaadin.polymer.platinum.event.PlatinumPushMessagingErrorEvent getPolymerEvent() { return (com.vaadin.polymer.platinum.event.PlatinumPushMessagingErrorEvent)super.getNativeEvent(); } /** *

error message

*/ public String getThe() { return getPolymerEvent().getDetail().getThe(); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy