C# Class GW2PAO.Modules.Events.EventsController

Inheritance: IEventsController
显示文件 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

Stop ( ) : void

Stops the automatic refresh

Private Methods

Method Description
DisplayEventNotification ( IEventNotification notification, ICollection notificationCollection ) : void

Displays an event notification, and then removes the event some time later (user-configurable)

EventsController ( IEventsService eventsService, IZoneService zoneService, IPlayerService playerService, EventsUserData userData ) : System
InitializeEventZoneNames ( ) : void

Initialized all event zone/map names

InitializeEvents ( ) : void

Initializes the collection of world boss events and meta events

InitializeNotifications ( ) : void

Initializes all data for event notifications

RefreshEvents ( object state = null ) : void

Refreshes all events within the events collection This is the primary function of the EventTrackerController

UserData_PropertyChanged ( object sender, System e ) : void

Handles the PropertyChanged event for the EventSettings

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
public Start ( ) : void
return void

Stop() public method

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