Package | Description |
---|---|
com.neurosys.ecom.orders.events | |
com.neurosys.etl.process |
Modifier and Type | Method and Description |
---|---|
void |
OrderItemProductChangeListener.onChange(ProcessState processState,
Process.Event event,
Process.EventPoint eventPoint)
For ETL Operations
|
Modifier and Type | Field and Description |
---|---|
protected ProcessState |
EventAwareProcess.processState |
Modifier and Type | Method and Description |
---|---|
void |
ListeningProcess.onChange(ProcessState ps,
Process.Event event,
Process.EventPoint ep)
If this Process has registered with another Process, then this serves as a CallBack;
where the calling process will pass the event details and itself to this method, so on the given change event
the current process may now how to react.
|
Copyright © 2018. All rights reserved.