Uses of Class
org.adempiere.base.event.annotations.ModelEventDelegate
Packages that use 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
Constructor parameters in org.adempiere.base.event.annotations with type arguments of type ModelEventDelegateModifierConstructorDescriptionModelEventHandler
(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
Subclasses of ModelEventDelegate in org.adempiere.base.event.annotations.docModifier 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.