com.azalient.api.event.agent
Interface AgentEventUnreleased


public interface AgentEventUnreleased

A listener that is notified whenever a trip could not depart at the scheduled time, because of congestion at the departure location


Method Summary
 void unreleased(ITrip trip)
          This is called if the given trip could not depart at the scheduled time, because of congestion at the departure location.
 

Method Detail

unreleased

void unreleased(ITrip trip)
This is called if the given trip could not depart at the scheduled time, because of congestion at the departure location. It will be called only once for each trip, on the first unsuccessful attempt. It is not called on subsequent unsuccessful attempts for each trip.