Interface push


public interface push

push.js contains the methods necessary to intercept remote URL push events


Field Summary
static java.lang.String EVENT_PUSH_URL
          The event constant used to register for the onPushURL event
 
Method Summary
 void onPushURL(java.lang.String url)
          This is the prototype for an event.
 

Field Detail

EVENT_PUSH_URL

public static final java.lang.String EVENT_PUSH_URL
The event constant used to register for the onPushURL event

See Also:
basic.registerForEvent(String), Constant Field Values
Method Detail

onPushURL

public void onPushURL(java.lang.String url)
This is the prototype for an event. It is not actually implemented in this file. Triggered whenever a remote agent attempts to push a URL to the client browser.

Parameters:
url - The URL to visit
See Also:
EVENT_PUSH_URL
WATA Integration
Host Application(TBD)
Host Applet(TBD)
Message Classes(TBD)