Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mylyn-integrators] Lazy Loading Message Details

Hi,

I am working on a Mylyn adapter for our internal issue tracking system
(Eclipse 3.3 Europe,  Mylyn 2.0).

My Question: I want to read the message details only when the
TaskEditor is opened. Is there a way to do this?

AbstractTaskDataHandler#getTaskData is called on every task returned
by the query. However, if I do not load everything inside this method,
I will display incomplete data.


Kind regards,

   - Andreas.


Back to the top