| Other |
|---|
| 1.4.0 betaFixed |
|
Duplicate :
|
|
|
Relates :
|
Often users would want to filter events on specific instances.
See for example RFE#4242717 "Watchpoints need enhancement".
We, however, want a more general solution that applies to all
events and is in keeping with the filter model. Add:
void addInstanceFilter(ObjectReference instance);
To all requests where it is appropriate (ie. where there is
an instance)
|