This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 227471

Summary: Add Autoupdate listener API
Product: platform Reporter: emi <emi>
Component: AutoupdateAssignee: Libor Fischmeistr <lfischmeistr>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.4   
Hardware: PC   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description emi 2013-03-14 13:11:01 UTC
Autoupdate has an extensive API/SPI to programatically control modules.

But there is no API to listen for events.

What I would like is some way to register a global listener for all the operations done via createForInstal/Uninstall/etc and receive OperationInfo (or something similar) as an event.