I think the Eclipse functionality is "Generate Delegate Methods" create a class that has an instance variable of some type.
select the instance variable. right click, source -> "Generate Delegate Methods" Is that what you were thinking of? On Thu, Jul 24, 2014 at 12:25 PM, Andy Seaborne <[email protected]> wrote: > On 24/07/14 12:03, Claude Warren wrote: > >> Is there a listener like interface for datasets? I can't find it. I need >> to detect when any of the models in the dataset change, or when models are >> added or removed. >> >> Is there anything like that? >> >> Claude >> >> > DatasetGraphMonitor for DatasetGraph for montoring add/remove quads. > > There is nothing for Dataset to specifically handle whole model operations > but the same style with a intercepting wrapper class is easy to do (I wish > Eclipse had "generate wrapper" functionality) > > Andy > > -- I like: Like Like - The likeliest place on the web <http://like-like.xenei.com> LinkedIn: http://www.linkedin.com/in/claudewarren
