Re: Event Handling

2015-05-06 Thread Jim . Tully
Marcel, I register an EventListener at application startup, using the ObservationManager.addEventListener, using Event.PROPERTY_ADDED | Event.PROPERTY_CHANGED as the EventType. In the onEvent() method, I create an Event Handler with the Event as an argument, and it does the processing in a new

Event Handling

2015-05-05 Thread Jim . Tully
Hi, We are using Oak in one of our applications, and have come up with a problem that I can’t seem to find an answer to. We have an Event Listener registered to listen for changes to properties in a node. It is always notified of the events properly. Upon notification, the listener