Show / Hide Table of Contents

    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.

    Inheritance
    Object
    ListenerPriority
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ToString()
    Object.ReferenceEquals(Object, Object)
    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
    Back to top Copyright © 2020 East Side Games Inc.