search

goog.net.WebChannel.EventType

Provided By
Typestring

Common events fired by WebChannels.

Values

CLOSE

Dispatched when the channel is closed.

ERROR

Dispatched when the channel is aborted due to errors.

For backward compatibility reasons, a CLOSE event will also be dispatched, following the ERROR event, which indicates that the channel has been completely shutdown .

MESSAGE

Dispatched when the channel has received a new message.

OPEN

Dispatched when the channel is opened.