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
Constructors -
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, unbindServiceMethods 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:AnnotationBasedEventManagerSubclass would override this to define the list of packages to perform the scan, discover and register operation- Specified by:
getPackagesin classAnnotationBasedEventManager- Returns:
- packages to scan
-