Network Animation Emitter
A NetworkObserver that emits the station-network flow events: AnimationEvent.EnteredNetwork when a QObject enters through an ingress, AnimationEvent.ExitedNetwork when it leaves (is disposed) through an egress, and AnimationEvent.Transferred when it is handed off to another network at an egress. Attach with network.attachNetworkObserver(NetworkAnimationEmitter(network)); the network is unchanged.
The QObject's numeric id identifies the flowing entity; ports are identified by their NetworkIngress.portName/NetworkEgress.portName.
Parameters
network
the station network whose flow to animate