-
New Feature
-
Resolution: Done
-
Normal
-
9.0.1.2
-
Security Level: Jimmy
-
None
Current State
In most cases the first 2 parameters of BindUtils.postNotifyChange is called like this
BindUtils.postNotifyChange(null, null, this, "property"); BindUtils.postNotifyChange(null, null, this, "property1", "property2", ...);
Expected Result
Provide overloaded versions, for the most common usage (omitting the queue name and scope):
BindUtils.postNotifyChange(this, "property"); BindUtils.postNotifyChange(this, "property1", "property2", ...);