Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.5 M1
-
Fix Version/s: 1.5 M2
-
Component/s: Observation
-
Labels:None
-
Tests:Unit
-
Similar issues:
Description
Currently, if a listener wants to receive notifications for all document update events, it must create an Event with a RegexpEventFilter. It would be simpler to create an Event with no apparent filter, which internally creates and uses an AlwaysMatching filter.