- All Known Implementing Classes:
TripDataAdapter
public interface TripDataListener
Data listener for trip generators.
This class is used for instrumenting a simulation.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Indicate that a trip has ended.void
tripFailedAtStart
(long tripID, double time, long ticks, Hub hub) Indicate that a trip has failed to start.void
tripFailedMidstream
(long tripID, double time, long ticks, Hub hub) Indicate that a trip has failed to complete.void
tripPauseEnd
(long tripID, double time, long ticks, Hub hub, HubDomain d) Indicates that the end of an interval during which a trip paused at an intermediate hub.void
tripPauseStart
(long tripID, double time, long ticks, Hub hub) Indicates that the start of an interval during which a trip paused at an intermediate hub.void
tripStarted
(long tripID, double time, long ticks, Hub hub, HubDomain d) Indicate that a trip has started.
-
Method Details