Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse 4 » When Processor method is called ?
When Processor method is called ? [message #731078] Thu, 29 September 2011 21:24 Go to next message
Cristiano Gavião is currently offline Cristiano GaviãoFriend
Messages: 279
Registered: July 2009
Senior Member
Hi,

I would like to know Who is responsible by call a Processor and When it is supposed to be called ?

It is possible to invoke a processor by my own code ?

thanks

Cristiano
Re: When Processor method is called ? [message #731082 is a reply to message #731078] Thu, 29 September 2011 21:41 Go to previous message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
You are talking about model processors, right? They are invoked by the
ModelAssembler when the model is made up.

The process currently is like this:
* Load the root model (the one you defined in your plugin.xml)
* Launch the processors
* Apply the recorded diff from the last run

If you want to track and modify the model I'd suggest you'll contribute
an Addon.

Tom

Am 29.09.11 23:24, schrieb Cristiano avi:
> Hi,
>
> I would like to know Who is responsible by call a Processor and When it
> is supposed to be called ?
>
> It is possible to invoke a processor by my own code ?
>
> thanks
>
> Cristiano
Previous Topic:Integration of XWT in an e4 application
Next Topic:@Optional doesn't work as I expect
Goto Forum:
  


Current Time: Fri Mar 29 00:59:40 GMT 2024

Powered by FUDForum. Page generated in 0.03203 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top