C# Class GW2PAO.Modules.ZoneCompletion.ZoneCompletionController

Inheritance: BindableBase, IZoneCompletionController
Mostrar archivo Open project: SamHurne/gw2pao

Public Methods

Method Description
Shutdown ( ) : void

Forces a shutdown of the controller, including all running timers/threads

Start ( ) : void

Starts the automatic refresh of the ZoneCompletionController

Stop ( ) : void

Stops the automatic refresh of the ZoneCompletionController

Private Methods

Method Description
RefreshLocations ( object state = null ) : void

Primary method for refreshing the locations of points in the current zone

RefreshZone ( object state = null ) : void

Primary method for refreshing the current zone

ZoneCompletionController ( IZoneService zoneService, IPlayerService playerService, ISystemService systemService, IHasZoneName zoneNameObject, ZoneCompletionUserData userData ) : System

Method Details

Shutdown() public method

Forces a shutdown of the controller, including all running timers/threads
public Shutdown ( ) : void
return void

Start() public method

Starts the automatic refresh of the ZoneCompletionController
public Start ( ) : void
return void

Stop() public method

Stops the automatic refresh of the ZoneCompletionController
public Stop ( ) : void
return void