Package com.university.bookstore.observer
package com.university.bookstore.observer
-
ClassDescriptionObserver that collects analytics data from material events.Comprehensive analytics data container.Observer that maintains an audit log of all material events.Represents a single audit log entry.Statistics for the audit log.Observer that tracks inventory changes for materials.Event that occurs when a material is added to the system.Base interface for material-related domain events in the Observer pattern.Concrete implementation of MaterialSubject that publishes material events to observers.Observer interface for material-related events in the Observer pattern.Subject interface for material events in the Observer pattern.Event that occurs when a material's price changes.