Uses of Interface
scheduler.modulesinterfaces.ConnectionsTravelInfoProvider

Packages that use ConnectionsTravelInfoProvider
scheduler   
world   
 

Uses of ConnectionsTravelInfoProvider in scheduler
 

Fields in scheduler declared as ConnectionsTravelInfoProvider
private  ConnectionsTravelInfoProvider TravelDivisionsConnectionsFinder.infoProvider
          A provider of the travel information on the world.
 

Methods in scheduler with parameters of type ConnectionsTravelInfoProvider
 void TravelDivisionsConnectionsFinder.SetTravelInfoProvider(ConnectionsTravelInfoProvider infoProvider)
          Sets the provider of the travel information on the world.
 

Uses of ConnectionsTravelInfoProvider in world
 

Classes in world that implement ConnectionsTravelInfoProvider
 class WorldTravelInfoProvider
          A provider of travel information on world.