0.11.4
ca.uqac.lif.cep.CallAfterConnect Interface Reference

Detailed Description

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).

See also
GroupProcessor.out(Processor)
Author
Sylvain Hallé
Since
0.11.4

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.

Member Function Documentation

◆ call()

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.

◆ getProcessor()

Processor ca.uqac.lif.cep.CallAfterConnect.getProcessor ( )

Gets the processor carried by this object.

Returns
The processor

Implemented in ca.uqac.lif.cep.GroupProcessor.OutputCallAfterConnect.


The documentation for this interface was generated from the following file: