Book Image

Mastering Eclipse Plug-in Development

By : Alex Blewitt, Bandlem Limited
Book Image

Mastering Eclipse Plug-in Development

By: Alex Blewitt, Bandlem Limited

Overview of this book

Table of Contents (18 chapters)
Mastering Eclipse Plug-in Development
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Free Chapter
1
Plugging in to JFace and the Common Navigator Framework
Index

Chapter 8. Event-driven Applications with EventAdmin

The OSGi EventAdmin service provides a means to publish and receive events between bundles. This can be used to build applications that dynamically react to changes from external or internal sources.

This chapter will present the OSGi EventAdmin service and how it can be used to build decoupled applications. The EventAdmin service is an example of the whiteboard pattern, and therefore provides a means to loosely couple the components together.