C# Class GW2PAO.Modules.Events.EventsController

Inheritance: IEventsController
Afficher le fichier Open project: SamHurne/gw2pao

Méthodes publiques

Méthode 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

Méthode 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 méthode

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

Start() public méthode

Starts the automatic refresh
public Start ( ) : void
Résultat void

Stop() public méthode

Stops the automatic refresh
public Stop ( ) : void
Résultat void