Class FactsValidateDelegate<T extends PO>
java.lang.Object
org.adempiere.base.event.annotations.EventDelegate
org.adempiere.base.event.annotations.ModelEventDelegate<T>
org.adempiere.base.event.annotations.doc.FactsValidateDelegate<T>
Event delegate for accounting facts validation event.
To handle facts validate event, create a subclass of this and uses the
To handle facts validate event, create a subclass of this and uses the
FactsValidate
annotation
to annotate the event handling method.- Author:
- hengsin
-
Field Summary
Fields inherited from class org.adempiere.base.event.annotations.EventDelegate
event
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected FactsEventData
final void
onEvent()
protected abstract void
override this to handle facts validate eventMethods inherited from class org.adempiere.base.event.annotations.ModelEventDelegate
getModel
Methods inherited from class org.adempiere.base.event.annotations.EventDelegate
getEvent
-
Constructor Details
-
FactsValidateDelegate
- Parameters:
po
-event
-
-
-
Method Details
-
getFactsEventData
- Returns:
FactsEventData
-
onEvent
public final void onEvent() -
onFactsValidate
override this to handle facts validate event- Parameters:
data
-
-