StationObserverIfc

An observer notified when a QObject enters or exits a Station. Unlike the single EntryActionIfc/ExitActionIfc slots (which a caller sets and which replace one another), any number of observers may be attached without disturbing user logic. Used to animate per-station entity flow.

Inheritors

Functions

Link copied to clipboard
open fun entered(station: Station, qObject: ModelElement.QObject)
Link copied to clipboard
open fun exited(station: Station, qObject: ModelElement.QObject)