Uses of Interface
org.dspace.event.service.EventService
-
Packages that use EventService Package Description org.dspace.core Provides some basic functionality required throughout the DSpace system.org.dspace.event Actions which alter DSpace model objects can queueEvents, which are presented toConsumers by aDispatcher.org.dspace.event.factory -
-
Uses of EventService in org.dspace.core
Fields in org.dspace.core declared as EventService Modifier and Type Field Description protected EventServiceContext. eventServiceConstructors in org.dspace.core with parameters of type EventService Constructor Description Context(EventService eventService, DBConnection dbConnection) -
Uses of EventService in org.dspace.event
Classes in org.dspace.event that implement EventService Modifier and Type Class Description classEventServiceImplClass for managing the content event environment. -
Uses of EventService in org.dspace.event.factory
Methods in org.dspace.event.factory that return EventService Modifier and Type Method Description abstract EventServiceEventServiceFactory. getEventService()EventServiceEventServiceFactoryImpl. getEventService()
-