About 1,219,549 results (1,120 milliseconds)

Setting up an event listener

https://groups.google.com/g/hippo-community/c/HY-V5engtmQ
Which seems to be a different way of writing the event listener than the example above. ... DSL, but they like Java coding more. In that case, you could ...

Event Listeners in Functional Programming

https://groups.google.com/g/clojure/c/nSW6BH3HKf4
I'm getting started with Clojure, and I'm programming a small gui. The Java "idiom" for eg. a button, is to create a button object which contains a list of " ...

Retrieving Data | Firebase Realtime Database

https://firebase.google.com/docs/database/admin/retrieve-data
An event listener may receive several different types of events. This mode of data retrieval is supported in Java, Node.js and Python Admin SDKs. Blocking ...

Read and Write Data on Android | Firebase Realtime Database

https://firebase.google.com/docs/database/android/read-and-write
Listener, Event callback, Typical usage. ValueEventListener, onDataChange() ... For example, attaching a listener to the root of your database is not recommended.

Get realtime updates with Cloud Firestore | Firebase

https://firebase.google.com/docs/firestore/query-data/listen
Note: You can pass listener options as shown in the following samples. ... listener so that your event callbacks stop getting called. This allows the ...

kwhat/jnativehook: Global keyboard and mouse listeners ... - GitHub

https://code.google.com/p/jnativehook/
In addition to global event listeners, this library has the ... Source code available at src/main/java/com/github/kwhat/jnativehook/example/NativeHookDemo.

IllegalStateException - UnitOfWork is not started

https://groups.google.com/g/axonframework/c/_9Is0JjRgCs
... java/org/fuin/auction/command/server/MailManager.java. How do I add a ... That's a good example of an asynchronous event listener, by the way! Cheers ...

YouTube Player API Reference for iframe Embeds | YouTube ...

https://developers.google.com/youtube/iframe_api_reference
This example creates a 1280px by 720px video player. The event listener for the onReady event then calls the setVolume function to adjust the volume to the ...

Write event-driven functions | Cloud Run functions Documentation ...

https://cloud.google.com/functions/docs/writing/write-event-driven-functions
In Java, you use the Functions Framework Java API to implement a CloudEvent handler ... example as CloudEventDataType , must correspond to the type of event the ...

Events | Maps JavaScript API | Google for Developers

https://developers.google.com/maps/documentation/javascript/events
Example: Map and Marker Events. The following code mixes user events with state change events. We attach an event handler to a marker that zooms the map when ...

Complete example of admob mediation customevent (with any ...

https://groups.google.com/g/google-admob-ads-sdk/c/OTdPb31JeqA
The example shows how to use AdMob through a custom event ... // Keep the custom event listener for use later. ... Handler.handleCallback(Handler.java:605). 08-20 ...

Input events overview | Views | Android Developers

http://code.google.com/android/devel/ui/notifications.html
Jun 27, 2024 ... The example below shows how to register an on-click listener for a Button. Kotlin Java More. protected void onCreate(savedValues: Bundle) ...

[Cucumber-jvm][JUnit] Event Handling

https://groups.google.com/g/cukes/c/miaIwpRGI-U
Nov 29, 2017 ... ... java/cucumber/api/event ). I read the event ... handler (or listener ?). ... You can then activate this plugin by using the `--plugin com.example.

Configure axon framework with spring using java configuration ...

https://groups.google.com/g/axonframework/c/7c-k-U7tQtc
Feb 11, 2014 ... subscribe" part. In that case, you can use classpath scanning for your command handler and event handler beans. Cheers,. Allard.

Interrupt speed

https://groups.google.com/g/pi4j/c/k1w1OxAuQq4
... example/src/main/java/WiringPiGpioInterruptExample2.java ... If you use a typical Pi4J GPIO provided pin and hook up an event listener ... http://pi4j.com/example/ ...

Is SimPy appropriate for the "Listener Event Graph Objects ...

https://groups.google.com/g/python-simpy/c/-8gbJcvQ0l8
Oct 12, 2023 ... ... Java accent). I also uses the opportunity to correct some unfortunate names I used in Simkit. For example, the call to schedule an event is ...

Quickstart: Publish and receive messages in Pub/Sub by using a ...

https://cloud.google.com/pubsub/docs/publish-receive-messages-client-library
For example, user:[email protected] . Replace ... subscription(subscriptionNameOrId); // Create an event handler ... Java is a registered trademark of ...

native javascript functions manipulation in java - overlay types

https://groups.google.com/g/google-web-toolkit/c/JN1WeU9K_FI/m/INg0raG3T48J
But javascript objects often require the pass of a function as function parameter, for example, subscribing to an event with a javascript function handler:.

Running simulations concurrently in multiple threads

https://groups.google.com/g/jaamsim-users/c/Lg5GafQ8VWo
Aug 11, 2019 ... ... events.Process.run(Process.java:101). I am ... import com.jaamsim.events.EventTimeListener; ... For example, if you had a model for a ...

Default custom event listener

https://groups.google.com/g/camunda-bpm-users/c/QEgrR6AmUwA
... java/org/camunda/bpm/engine/impl/history/parser/HistoryParseListener.java. Here is another example: https://github.com/camunda/camunda-bpm-examples/tree ...