Class WorkspaceNotifier

java.lang.Object
aQute.bnd.build.WorkspaceNotifier
All Implemented Interfaces:
Closeable, AutoCloseable

class WorkspaceNotifier extends Object implements Closeable
Implements the event bus for the workspace, projects and repositories. It can create OnWorkspace objects that client can use to get events. Clients can close and this will clean up. The class is private to the workspace.