public interface ListeningProcess<PROCESS>
Modifier and Type | Method and Description |
---|---|
void |
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.
|
void onChange(ProcessState ps, Process.Event event, Process.EventPoint ep)
ps
- as ProcessState
event
- as Process.Event
ep
- as Process.EventPoint
Copyright © 2018. All rights reserved.