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 - Add Autoupdate listener API
Summary: Add Autoupdate listener API
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Autoupdate (show other bugs)
Version: 7.4
Hardware: PC All
: P3 normal (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-14 13:11 UTC by emi
Modified: 2014-02-10 14:15 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.