Vertaling van "EventHandler" in Spaans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Is an EventHandler called when an open event is received, that is when the connection was just opened.
Es un EventHandler que se invoca cuando se recibe un evento open, que sucede en el momento que la conexión se abre.
After all, we were able to use the EventHandler to launch a function, which then performed its task.
Después de todo, pudimos usar el EventHandler para iniciar una función, la cual hizo una tarea
All GWT event handlers have been extended from EventHandler interface and each handler has only a single method with a single argument.
Todos los controladores de eventos de GWT se han extendido desde manejador de sucesos de interfaz y cada controlador tiene solo un único método con un solo argumento.
EventSource.onopen Is an EventHandler called when an open event is received, that is when the connection was just opened.
La propiedad onopen de la interfaz EventSource es un EventHandler llamado cuando un evento open es recibido, esto pasa cuando la conexión fue solo abierta.
An EventHandler that is called whenever the readyState attribute changes.
If there is a screen already been displayed, we play an animation to fade out the current screen, and we defined an eventHandler to handle execution after this.
Si ya existe una pantalla, ejecutamos la transición y definimos el eventHandler para que se haga cargo de la ejecución, una vez termine esta transición.
Occurs before the control becomes visible for the EventHandler Examples The following code example demonstrates the use of this member.
EventHandler Ejemplos En el ejemplo de código siguiente se muestra el uso de este miembro.The following code example demonstrates the use of this member.
The WebSocket.onclose property is an EventHandler that is called when the WebSocket connection's readyState changes to CLOSED.
La propiedad WebSocket.onerror, del tipo EventHandler, será llamada cuando se dé un error.