Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-dev] Catching refactoring event

Hi Michal,

To get informed about refactoring events, register your
IRefactoringExecutionListener with the refactoring history service
obtained by calling RefactoringCore#getRefactoringHistoryService(). Note
that this API is still experimental and subject to change.

These kind of questions are better asked on the corresponding newsgroups.
Cheers

Tobias

Freitag, 13. Januar 2006 22:59
To: jdt-dev@xxxxxxxxxxx
cc:
From: Michal Glowacki <miglo@xxxxx>
Subject: [jdt-dev] Catching refactoring event



Hello,

I want to catch refactoring event, which refactoring (name of this
refactoring) was used. I would ask which class I should use or which
interface I should implement.

--
Best regards,
 Michal Glowacki

_______________________________________________
jdt-dev mailing list
jdt-dev@xxxxxxxxxxx
 https://dev.eclipse.org/mailman/listinfo/jdt-dev



Back to the top