MatteoJoliveau / PlugFace

Next generation Java general purpose plugin framework
https://plugface.matteojoliveau.com
MIT License
42 stars 11 forks source link

[Core] Make plugins observable (Observer pattern) #9

Closed MatteoJoliveau closed 6 years ago

MatteoJoliveau commented 7 years ago

Implement the Observer pattern to monitor the state of plugins. An observer can monitor the state of a plugin and receive the errors generated by it. Implement a class PluginMonitor to centralize handling of this. Related to #8