Package org.adempiere.base
Class DefaultAnnotationBasedEventManager
java.lang.Object
org.adempiere.base.AnnotationBasedFactory
org.adempiere.base.AnnotationBasedEventManager
org.adempiere.base.DefaultAnnotationBasedEventManager
Default implementation of
AnnotationBasedEventManager
that would scan the org.adempiere.base.event.delegate package.-
Field Summary
Fields inherited from class org.adempiere.base.AnnotationBasedEventManager
bundleContext, eventManager, handlers
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionString[]
Subclass would override this to define the list of packages to perform the scan, discover and register operationMethods inherited from class org.adempiere.base.AnnotationBasedEventManager
activate, bindService, deactivate, scan, scan, scan, unbindService
Methods inherited from class org.adempiere.base.AnnotationBasedFactory
blockWhileScanning, getExecutorService, getMaxThreads, getScanFailureHandler, signalScanCompletion
-
Constructor Details
-
DefaultAnnotationBasedEventManager
public DefaultAnnotationBasedEventManager()default constructor
-
-
Method Details
-
getPackages
Description copied from class:AnnotationBasedEventManager
Subclass would override this to define the list of packages to perform the scan, discover and register operation- Specified by:
getPackages
in classAnnotationBasedEventManager
- Returns:
- packages to scan
-