Hello!
One of the most beloved modular container implementations - Furnace -
2.18.0.Final is now available!
This release adds a significant feature: allowing firing events from
external sources.
That's right! Now you can fire events from your runtime and notify your
addons about any events from the outside world. Integration has never
been so easy.
Here is a sample on how to fire events using the new API:
Furnace furnace = ... // Your Furnace instance
EventManager eventManager =
furnace.getAddonRegistry().getEventManager();
eventManager.fireEvent(new MyEvent()); // Simple isn't?
Best Regards,
--
*George Gastaldi | Senior Software Engineer*
JBoss Forge Team
T: +55 11 3524-6169
M: +55 47 9711-1000
Red Hat
Better technology. Faster innovation. Powered by community collaboration.
See how it works at
www.redhat.com <
http://www.redhat.com/>