New Event with GWTP
seamusmac opened this issue · 1 comments
seamusmac commented
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.
rdwallis commented
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.