![]() |
0.11.4
|
An object carrying a Processor to be connected, and which expects a call to its call() method after the connection is established.
Currently the only use of this object is discussed in detail in GroupProcessor#out(Processor).
Definition at line 29 of file CallAfterConnect.java.
Public Member Functions | |
| Processor | getProcessor () |
| Gets the processor carried by this object. | |
| void | call () |
| Performs whatever action is needed after the connection is established. | |
| void ca.uqac.lif.cep.CallAfterConnect.call | ( | ) |
Performs whatever action is needed after the connection is established.
Implemented in ca.uqac.lif.cep.GroupProcessor.OutputCallAfterConnect.
| Processor ca.uqac.lif.cep.CallAfterConnect.getProcessor | ( | ) |
Gets the processor carried by this object.
Implemented in ca.uqac.lif.cep.GroupProcessor.OutputCallAfterConnect.