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 | Method and Description |
---|---|
static Process.Event |
Process.Event.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Process.Event[] |
Process.Event.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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.
|
protected void |
EventAwareProcess.onChangeHandler(Process.Event e,
Process.EventPoint ep) |
Copyright © 2018. All rights reserved.