ArcBees / gwtp-eclipse-plugin

GWT-Platform (GWTP) Eclipse Plugin
20 stars 15 forks source link

New Event with GWTP #112

Closed seamusmac closed 9 years ago

seamusmac commented 9 years ago

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 9 years ago

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.