ArcBees/gwtp-eclipse-plugin

New Event with GWTP

seamusmac opened this issue · 1 comments

The contructor for an event created by the GWTP plugin is not public, so you can never access it. It would be better for the default constructor to be public.

This is by design.

If you want a public event choose All presenters can fire and catch this event when creating it.

But using the single fire -> multi catch or multi fire -> single catch will make it easier to reason about how events move through your projects.