Uses of Class
org.adempiere.base.event.annotations.EventDelegate
-
-
Uses of EventDelegate in org.adempiere.base.event.annotations
Subclasses of EventDelegate in org.adempiere.base.event.annotations Modifier and Type Class Description class
AfterLoginEventDelegate
class
ModelEventDelegate<T extends PO>
event delegate for PO related event (po_before_change, doc_before_complete, etc)class
RequestSendEmailEventDelegate
Methods in org.adempiere.base.event.annotations that return EventDelegate Modifier and Type Method Description protected abstract EventDelegate
BaseEventHandler. newEventDelegate(org.osgi.service.event.Event event)
create new instance of event delegateprotected EventDelegate
ModelEventHandler. newEventDelegate(org.osgi.service.event.Event event)
protected EventDelegate
SimpleEventHandler. newEventDelegate(org.osgi.service.event.Event event)
Constructor parameters in org.adempiere.base.event.annotations with type arguments of type EventDelegate Constructor Description BaseEventHandler(Class<? extends EventDelegate> delegateClass)
SimpleEventHandler(Class<? extends EventDelegate> delegateClass, Function<org.osgi.service.event.Event,? extends EventDelegate> supplier)
SimpleEventHandler(Class<? extends EventDelegate> delegateClass, Function<org.osgi.service.event.Event,? extends EventDelegate> supplier)
-
Uses of EventDelegate in org.adempiere.base.event.annotations.doc
Subclasses of EventDelegate in org.adempiere.base.event.annotations.doc Modifier and Type Class Description class
FactsValidateDelegate<T extends PO>
-
Uses of EventDelegate in org.adempiere.base.event.annotations.imp
Subclasses of EventDelegate in org.adempiere.base.event.annotations.imp Modifier and Type Class Description class
ImportEventDelegate
Methods in org.adempiere.base.event.annotations.imp that return EventDelegate Modifier and Type Method Description protected EventDelegate
ImportEventHandler. newEventDelegate(org.osgi.service.event.Event event)
-
Uses of EventDelegate in org.adempiere.base.event.annotations.process
Subclasses of EventDelegate in org.adempiere.base.event.annotations.process Modifier and Type Class Description class
ProcessEventDelegate
Methods in org.adempiere.base.event.annotations.process that return EventDelegate Modifier and Type Method Description protected EventDelegate
ProcessEventHandler. newEventDelegate(org.osgi.service.event.Event event)
-