Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[incquery-dev] Runtime API question: what should be use instead of DeltaMonitors?

Hi all,

what is the current recommended approach for listening to match set changes of a pattern? This question is motivated by the now-broken headless example (http://git.eclipse.org/c/incquery/org.eclipse.incquery.examples.git/tree/headless/org.eclipse.incquery.application/src/org/eclipse/incquery/application/common/IncQueryHeadlessAdvanced.java), that uses still the old DeltaMonitor API that was removed from the code base entirely.

Is there anything available that is simpler than EVM and does not have UI dependencies such as the data binding support?

Cheers,
Zoli

Back to the top