Hi Carsten, On Fri, Sep 2, 2011 at 10:25 AM, <[email protected]> wrote: > +public interface InstallationListener { > + void processed(final TaskResource resource); > + void started(); > + void suspended(); > +}...
The typical onEvent(InstallerEvent e) pattern might be more flexible...as is, the interface will change when you need new event types, making all existing listeners incompatible. -Bertrand
