Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
4/8/2010

Adds a callback method to be called when SystemStateevents are raised.

Syntax

void addEventListener(eventName, callback);

Parameters

eventName

The SystemStateevent for which the callback is added.

callback

The function to be called when the specified event is raised.

Return Value

None.

Remarks

None.