Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mylyn-integrators] No event processing method in IInteractionContext?

Hi,

There is no event processing method in API IInteractionContext. But two of its children InteractionContext and CompositeInteractionContext have such method, parseEvent(..) and addEvent(..) respectively. May I know the rationale of not exposing it to the API? It makes contributing a customized context to Mylyn's lifecycle impossible, e.g. InteractionContextManager.addInteractionEvent(..).

Cheers,
Owen


Back to the top