Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[emf-dev] ChangeRecorder behavior for reading accesses

Hi all,

I've tryed the ChangeRecorder this week end, that's just great!!
But I have a question for ecore developers now:

-> Is that possible to have a such behaviors for READING access?: I mean something like:

ReadSession rs = new ReadSession(oneResource);

....(reading the model...)...

rs.endRecording();

List adapters = rs.getAdapters(action2Perform);

...(putting the adapters...)..

This tool could provide transparent view dynamicity by guessing which listeners to put from all reads in a fragment of code...just like the ChangeRecorder provide transparent Command pattern from all writes in a  part of code...

Currently I can't saw any callbacks on reading access in ecore implementation.

With a such feature writing a case tool (or any model UI) could be really easy and fast!

So is that possible now??? is that planned to write a such Class (ReadingSession)??? if not: How can I proceed for writing this???

Thank you very much!!

Stephane DUCAS

-------------------------------------------------------------
NetCourrier, votre bureau virtuel sur Internet : Mail, Agenda, Clubs, Toolbar...
Web/Wap : www.netcourrier.com
Téléphone/Fax : 08 92 69 00 21 (0,34 € TTC/min)
Minitel: 3615 NETCOURRIER (0,16 € TTC/min)



Back to the top