public abstract class AbstractDeleteProjectObserverBridge<T extends Project>
extends Object
A bridge between changes made to an underlying VFS and Project abstractions. Projects can be deleted
either through the Workbench's UI or via REST or on a cloned repository that's pushed back to the Workbench.
Interested observers are signaled of a Project deletion event when a pom.xml file is detected as deleted.