Oracle Fusion Middleware Java API Reference for Oracle Mobile Application Framework
2.0.0.0.0

E36392-01

oracle.adfmf.framework.event
Class NativePushEvent

Object
  extended by java.util.EventObject
      extended by oracle.adfmf.framework.event.Event
          extended by oracle.adfmf.framework.event.NativePushEvent
All Implemented Interfaces:
java.io.Serializable

public class NativePushEvent
extends Event

A class representing a native push event

See Also:
Event, Serialized Form

Field Summary
 
Fields inherited from class oracle.adfmf.framework.event.Event
APPLICATION_STATE_BACKGROUND, APPLICATION_STATE_FOREGROUND, APPLICATION_STATE_NOT_RUNNING, APPLICATION_STATE_UNKNOWN
 
Constructor Summary
NativePushEvent(EventSource source, String payload, int appState)
           
 
Method Summary
 
Methods inherited from class oracle.adfmf.framework.event.Event
getApplicationState, getPayload, getPayloadObject, isStartTriggered
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NativePushEvent

public NativePushEvent(EventSource source,
                       String payload,
                       int appState)

Oracle Fusion Middleware Java API Reference for Oracle Mobile Application Framework
2.0.0.0.0

E36392-01

Copyright © 2014 Oracle. All Rights Reserved.