Package org.apache.ofbiz.webapp.event
Class EventFactory
- java.lang.Object
-
- org.apache.ofbiz.webapp.event.EventFactory
-
public class EventFactory extends java.lang.Object
EventFactory - Event Handler Factory
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
module
-
Constructor Summary
Constructors Constructor Description EventFactory(javax.servlet.ServletContext context, java.net.URL controllerConfigURL)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EventHandler
getEventHandler(java.lang.String type)
-
-
-
Method Detail
-
getEventHandler
public EventHandler getEventHandler(java.lang.String type) throws EventHandlerException
- Throws:
EventHandlerException
-
-