Uses of Class
org.adempiere.base.event.annotations.ModelEventDelegate
Package
Description
Provide classes and annotation for OSGi event handling.
Provide method annotations for handling of document action and posting events
-
Uses of ModelEventDelegate in org.adempiere.base.event.annotations
ModifierConstructorDescriptionModelEventHandler
(Class<T> modelClassType, Class<? extends ModelEventDelegate<T>> delegateClass, BiFunction<T, org.osgi.service.event.Event, ? extends ModelEventDelegate<T>> supplier) -
Uses of ModelEventDelegate in org.adempiere.base.event.annotations.doc
Modifier and TypeClassDescriptionclass
FactsValidateDelegate<T extends PO>
Event delegate for accounting facts validation event.
To handle facts validate event, create a subclass of this and uses theFactsValidate
annotation to annotate the event handling method.