mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
bring back beforeApplicationLoaded
This commit is contained in:
@@ -182,6 +182,16 @@ public class ApplicationImpl extends PlatformComponentManagerImpl implements App
|
||||
@Override
|
||||
public void init() {
|
||||
loadComponents();
|
||||
|
||||
for (ApplicationLoadListener listener : ApplicationLoadListener.EP_NAME.getExtensions()) {
|
||||
try {
|
||||
listener.beforeApplicationLoaded(this);
|
||||
}
|
||||
catch (Exception e) {
|
||||
LOG.error(e);
|
||||
}
|
||||
}
|
||||
|
||||
super.init();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user