]> source.dussan.org Git - vaadin-framework.git/commitdiff
Published MethodProperty.fireValueChange(). This makes possible to force events sendi...
authorJoonas Lehtinen <joonas.lehtinen@itmill.com>
Fri, 24 Oct 2008 17:53:02 +0000 (17:53 +0000)
committerJoonas Lehtinen <joonas.lehtinen@itmill.com>
Fri, 24 Oct 2008 17:53:02 +0000 (17:53 +0000)
svn changeset:5722/svn branch:trunk

src/com/itmill/toolkit/data/util/MethodProperty.java

index e151b57780e1d7632982e77b3a900ac041f46909..45a3e53a4eb5f604765b9925eb98db27e437a5a9 100644 (file)
@@ -877,7 +877,7 @@ public class MethodProperty implements Property, Property.ValueChangeNotifier,
     /**
      * Sends a value change event to all registered listeners.
      */
-    private void fireValueChange() {
+    public void fireValueChange() {
         if (valueChangeListeners != null) {
             final Object[] l = valueChangeListeners.toArray();
             final Property.ValueChangeEvent event = new MethodProperty.ValueChangeEvent(