Uses of Interface
scheduler.modulesinterfaces.LocationsTravelInfoProvider

Packages that use LocationsTravelInfoProvider
scheduler   
world   
 

Uses of LocationsTravelInfoProvider in scheduler
 

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

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

Uses of LocationsTravelInfoProvider in world
 

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