Yes, good idea - I'll do that Thanks Carsten
2011/9/2 Bertrand Delacretaz <[email protected]>: > 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 > -- Carsten Ziegeler [email protected]
