C# Класс GW2PAO.Modules.Events.EventsController

Наследование: IEventsController
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
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

Описание методов

Shutdown() публичный Метод

Forces a shutdown of the controller, including all running timers/threads
public Shutdown ( ) : void
Результат void

Start() публичный Метод

Starts the automatic refresh
public Start ( ) : void
Результат void

Stop() публичный Метод

Stops the automatic refresh
public Stop ( ) : void
Результат void