Additional Methods on DataRowStore

From: Andrew Lindesay (ap..indesay.co.nz)
Date: Thu May 13 2010 - 02:42:39 UTC

  • Next message: Andrew Lindesay: "Re: Documentation"

    Hello (Andrus?);

    It is possible to turn the notifications on and off from the DataRowStore, but it is not possible to externally set the handler from outside the class. Are you able to add these two methods to STABLE-3.0 and 3.1 so I am able to control that;

        public void setRemoteNotificationsHandler(EventBridge value) {
            remoteNotificationsHandler = value;
        }
        
        public EventBridge getRemoteNotificationsHandler() {
            return remoteNotificationsHandler;
        }

    cheers.

    ___
    Andrew Lindesay
    www.silvereye.co.nz



    This archive was generated by hypermail 2.0.0 : Thu May 13 2010 - 02:43:15 UTC