| Package | Description |
|---|---|
| org.eclipse.incquery.runtime.api | |
| org.eclipse.incquery.runtime.internal.apiimpl |
| Modifier and Type | Class and Description |
|---|---|
class |
MatchUpdateAdapter<Match extends IPatternMatch>
A default implementation of
IMatchUpdateListener that contains two match processors, one for appearance, one
for disappearance. |
| Modifier and Type | Method and Description |
|---|---|
abstract <Match extends IPatternMatch> |
AdvancedIncQueryEngine.addMatchUpdateListener(IncQueryMatcher<Match> matcher,
IMatchUpdateListener<? super Match> listener,
boolean fireNow)
Registers low-level callbacks for match appearance and disappearance on this pattern matcher.
|
abstract <Match extends IPatternMatch> |
AdvancedIncQueryEngine.removeMatchUpdateListener(IncQueryMatcher<Match> matcher,
IMatchUpdateListener<? super Match> listener)
Remove an existing match update event listener to this engine instance.
|
| Modifier and Type | Method and Description |
|---|---|
<Match extends IPatternMatch> |
IncQueryEngineImpl.addMatchUpdateListener(IncQueryMatcher<Match> matcher,
IMatchUpdateListener<? super Match> listener,
boolean fireNow) |
<Match extends IPatternMatch> |
IncQueryEngineImpl.removeMatchUpdateListener(IncQueryMatcher<Match> matcher,
IMatchUpdateListener<? super Match> listener) |