Class ListenerPriority
Predefined constants to set as priority in IActionService and ITimerService.
The higher the priority the earlier the listener will be called when an IAction from the IActionService or an ITimerListener update from the ITimerService is dispatched.
Inherited Members
Namespace: IdleKit.Framework
Assembly: cs.temp.dll.dll
Syntax
public class ListenerPriority
Fields
HIGH
Declaration
public const int HIGH = 750
Field Value
| Type | Description |
|---|---|
| Int32 |
HIGHEST
Declaration
public const int HIGHEST = 1000
Field Value
| Type | Description |
|---|---|
| Int32 |
LOW
Declaration
public const int LOW = 250
Field Value
| Type | Description |
|---|---|
| Int32 |
LOWEST
Declaration
public const int LOWEST = 0
Field Value
| Type | Description |
|---|---|
| Int32 |
MEDIUM
Declaration
public const int MEDIUM = 500
Field Value
| Type | Description |
|---|---|
| Int32 |