[Java-gnome-developer] retrieveGObject enhancement
Brought to you by:
afcowie
|
From: Laurent M. <la...@ao...> - 2004-11-06 17:16:45
|
I've made a change to GObject.retrieveGObject(int) so that it creates a new instance of the appropriate type in case getData() returns null. This means we have to change every call to retrieveGObject() which currently checks the value returned by retrieveGObject() and if it is null instantiate an Object of the expected type, which if often an abstract class. Any objection ? -- Laurent Martelli la...@ao... Java Aspect Components http://www.aopsys.com/ http://jac.objectweb.org |