protected static class DataFlow2EvChainBackward_FBrd.EvPrepUpdInQueue
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) Evout_FBcl |
evoutChainStart
The start prepare and / or update event of the chain.
|
(package private) Evout_FBcl |
evoutSrc
The evout which is processed, as input for the next chain member.
|
(package private) Evout_FBcl |
evUpdChainStart |
(package private) Evout_FBcl |
evUpdoutSrc
The appropriate evUpd to the
evoutSrc or null if evSrc is the update event. |
Constructor and Description |
---|
EvPrepUpdInQueue(Evout_FBcl evoutChainStart,
Evout_FBcl evUpdChainStart,
Evout_FBcl evoutSrc,
Evout_FBcl evUpdoutSrc) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
final Evout_FBcl evoutChainStart
Evout_FBcl evUpdChainStart
Evout_FBcl evoutSrc
final Evout_FBcl evUpdoutSrc
evoutSrc
or null if evSrc is the update event.EvPrepUpdInQueue(Evout_FBcl evoutChainStart, Evout_FBcl evUpdChainStart, Evout_FBcl evoutSrc, Evout_FBcl evUpdoutSrc)
evoutSrc
- event to handle for forward propagation. If the update queue is processed, this is the evUpdoutSrcevUpdoutSrc
- The appropriate evUpd to the evoutSrcPrep or null if evSrc is the update event.