Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [mylyn-integrators] Custom monitors in Mylyn 3.0

Hi Lucas,

 

No there isn’t, so you’ll have to use that internal method for now.  The way that we have centralized that notification mechanism in MonitorUiPlugin is a bit awkward, because it means that you have to have the plug-in instantiated before you can use or test notifications.  So I think this would better be refactored than exposed as is.  If you’re interested in it becoming API please file a new bug and describe your use case.

 

Mik

 

--

Mik Kersten

President & CTO, http://tasktop.com/blog

Project Lead, http://eclipse.org/mylyn

 

From: mylyn-integrators-bounces@xxxxxxxxxxx [mailto:mylyn-integrators-bounces@xxxxxxxxxxx] On Behalf Of Lucas Layman
Sent: Monday, July 21, 2008 10:40 AM
To: mylyn-integrators@xxxxxxxxxxx
Subject: [mylyn-integrators] Custom monitors in Mylyn 3.0

 

Hello,

I have implemented several custom user interaction monitors that were using MonitorUiPlugin.notifyInteractionObserved(event) to fire off an interaction event.  Now that the MonitorUiPlugin is internal, is there another preferred way for notifying custom events?

Thanks,
Lucas


Back to the top