net.xpc.IframePollingTransport.Receiver Extends
goog.net.xpc.IframePollingTransport.Receiver

Inheritance

Constructor

goog.net.xpc.IframePollingTransport.Receiver(transportwindowObjcallback)

Parameters

transport : goog.net.xpc.IframePollingTransport
The transport to receive from.
windowObj : Object
The window-object to poll for location-changes.
callback : Function
The callback-function to be called when location has changed.

Instance Methods

Public Protected Private
receive() boolean
Polls the location of the receiver-frame for changes.
Returns: boolean  Whether a change has been detected.
code »

Instance Properties

cb_ :
No description.
Code »
currentLoc_ :
No description.
Code »
rcvFrame_ :
No description.
Code »
The transport to receive from.
Code »

Package net.xpc.IframePollingTransport

Package Reference