Package org.dspace.event.factory
Class EventServiceFactory
- java.lang.Object
-
- org.dspace.event.factory.EventServiceFactory
-
- Direct Known Subclasses:
EventServiceFactoryImpl
public abstract class EventServiceFactory extends Object
Abstract factory to get services for the event package, use EventServiceFactory.getInstance() to retrieve an implementation- Author:
- kevinvandevelde at atmire.com
-
-
Constructor Summary
Constructors Constructor Description EventServiceFactory()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract EventServicegetEventService()static EventServiceFactorygetInstance()
-
-
-
Method Detail
-
getEventService
public abstract EventService getEventService()
-
getInstance
public static EventServiceFactory getInstance()
-
-