Search Results for

    Show / Hide Table of Contents

    Class LocalEventListener<T>

    Generic local event listener holder, see LocalEventListeners.

    Inheritance
    System.Object
    LocalEventListener
    LocalEventListener<T>
    Inherited Members
    LocalEventListener.EventTypes
    Namespace: Apache.Ignite.Core.Events
    Assembly: Apache.Ignite.Core.dll
    Syntax
    public class LocalEventListener<T> : LocalEventListener where T : IEvent
    Type Parameters
    Name Description
    T

    Properties

    Listener

    Gets or sets the listener.

    Declaration
    public IEventListener<T> Listener { get; set; }
    Property Value
    Type Description
    IEventListener<T>
    In This Article
    Back to top © 2015 - 2019 The Apache Software Foundation