Details
-
Improvement
-
Resolution: Fixed
-
Minor
-
1.5 M1
-
None
-
Unit
-
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.