Class ModelEventDelegate<T extends PO>
- java.lang.Object
-
- org.adempiere.base.event.annotations.EventDelegate
-
- org.adempiere.base.event.annotations.ModelEventDelegate<T>
-
- Type Parameters:
T
-
- Direct Known Subclasses:
FactsValidateDelegate
public class ModelEventDelegate<T extends PO> extends EventDelegate
event delegate for PO related event (po_before_change, doc_before_complete, etc)- Author:
- hengsin
-
-
Field Summary
-
Fields inherited from class org.adempiere.base.event.annotations.EventDelegate
event
-
-
Constructor Summary
Constructors Constructor Description ModelEventDelegate(T po, org.osgi.service.event.Event event)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected T
getModel()
-
Methods inherited from class org.adempiere.base.event.annotations.EventDelegate
getEvent
-
-