Event firing from changing EOs
Event firing from changing EOs
- Subject: Event firing from changing EOs
- From: Florijan Stamenkovic <email@hidden>
- Date: Sun, 6 Jan 2008 18:53:29 -0400
Hi all,
I am trying to make an EOGenericRecord subclass that will
automatically fire events when new values are set. It is imperative
that the event firing is absolute, nothing can be allowed to slip by,
if a property changes in any way, an event has to be fired.
Will overriding the following methods to fire the events take care of
every value change in the EO?
public void takeStoredValueForKey(Object value, String key)
protected void includeObjectIntoPropertyWithKey(Object eo, String key)
protected void excludeObjectFromPropertyWithKey(Object eo, String key)
Thanks,
Flor
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden