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

com.vaadin.polymer.platinum.widget.event.PlatinumPushMessagingPushEvent 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 a push message is received but no notification is shown.
This happens when the click URL is for this page and the page is
visible to the user on the screen.

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

push message data that was received

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy