Uses of Interface
com.university.bookstore.observer.MaterialEvent
Packages that use MaterialEvent
-
Uses of MaterialEvent in com.university.bookstore.observer
Classes in com.university.bookstore.observer that implement MaterialEventModifier and TypeClassDescriptionclassEvent that occurs when a material is added to the system.classEvent that occurs when a material's price changes.Methods in com.university.bookstore.observer with parameters of type MaterialEventModifier and TypeMethodDescriptionvoidMaterialEventPublisher.notifyObservers(MaterialEvent event) voidMaterialSubject.notifyObservers(MaterialEvent event) Notifies all observers of a material event.voidAnalyticsObserver.onEvent(MaterialEvent event) voidAuditLogObserver.onEvent(MaterialEvent event) voidInventoryObserver.onEvent(MaterialEvent event) voidMaterialObserver.onEvent(MaterialEvent event) Called when a material event occurs.voidMaterialEventPublisher.publishEvent(MaterialEvent event) Publishes a custom material event.