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 |
public static final java.lang.String EVENT_PUSH_URL
basic.registerForEvent(String)
,
Constant Field ValuesMethod Detail |
public void onPushURL(java.lang.String url)
url
- The URL to visitEVENT_PUSH_URL
Host Application | (TBD) |
Host Applet | (TBD) |
Message Classes | (TBD) |