Package org.dspace.event.factory
Class EventServiceFactoryImpl
- java.lang.Object
-
- org.dspace.event.factory.EventServiceFactory
-
- org.dspace.event.factory.EventServiceFactoryImpl
-
public class EventServiceFactoryImpl extends EventServiceFactory
Factory implementation to get services for the event package, use EventServiceFactory.getInstance() to retrieve an implementation- Author:
- kevinvandevelde at atmire.com
-
-
Constructor Summary
Constructors Constructor Description EventServiceFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EventServicegetEventService()-
Methods inherited from class org.dspace.event.factory.EventServiceFactory
getInstance
-
-
-
-
Method Detail
-
getEventService
public EventService getEventService()
- Specified by:
getEventServicein classEventServiceFactory
-
-