Simplify BindUtils.postNotifyChange API

XMLWordPrintable

    • Type: New Feature
    • Resolution: Done
    • Priority: Normal
    • 9.5.0
    • Affects Version/s: 9.0.1.2
    • Component/s: Databind 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", ...);
      

            Assignee:
            Leon03
            Reporter:
            cor3000
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                Estimated:
                Original Estimate - 1 hour
                1h
                Remaining:
                Remaining Estimate - 1 hour
                1h
                Logged:
                Time Spent - Not Specified
                Not Specified