Class LocalEventListener<T>
Generic local event listener holder, see LocalEventListeners.
Inherited Members
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> |