eventPageobject
getEvent request. This is the mechanism we use to “send” events to the client. The client sends a getEvent request to us, and we simply put it in a queue - we don’t send back any response immediately. As soon as we want to send an event to the client, we go through the queue of pending getEvent requests, and reply to each one with the event we want to send.
eventPage
:
WebResource
Superclass Tree (in declaration order)
eventPage
WebResource
` object`
Summary of Properties
Inherited from WebResource
:
group
priority
Summary of Methods
processRequest
sendEvent
sendEventTo
Inherited from WebResource
:
matchRequest
sendAck
sendXML
Properties
vpath
OVERRIDDEN
no description available
Methods
processRequest (req, query)
OVERRIDDEN
no description available
sendEvent (msg)
broadcast an event message to each client
sendEventTo (msg, client)
send an event to a particular client
TADS 3 Library Manual
Generated on 5/16/2013 from TADS version 3.1.3