com.parse
Class PushCallback

Object
  extended by com.parse.PushCallback
All Implemented Interfaces:
Runnable
Direct Known Subclasses:
StandardPushCallback

public abstract class PushCallback
extends Object
implements Runnable


Field Summary
protected  String channel
           
protected  JSONObject localData
           
protected  JSONObject pushData
           
protected  Service service
           
 
Constructor Summary
PushCallback()
           
 
Method Summary
 void setChannel(String theChannel)
           
 void setLocalData(JSONObject theLocalData)
           
 void setPushData(JSONObject thePushData)
           
 void setService(Service theService)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface Runnable
run
 

Field Detail

localData

protected JSONObject localData

pushData

protected JSONObject pushData

service

protected Service service

channel

protected String channel
Constructor Detail

PushCallback

public PushCallback()
Method Detail

setLocalData

public void setLocalData(JSONObject theLocalData)

setPushData

public void setPushData(JSONObject thePushData)

setService

public void setService(Service theService)

setChannel

public void setChannel(String theChannel)