C# Class RxSpy.Events.Event

Inheritance: IEvent
Mostra file Open project: niik/RxSpy

Public Methods

Method Description
OnCompleted ( OperatorInfo operatorInfo ) : OnCompletedEvent
OnError ( OperatorInfo operatorInfo, Exception error ) : OnErrorEvent
OnNext ( OperatorInfo operatorInfo, Type type, object value ) : OnNextEvent
OperatorCreated ( OperatorInfo operatorInfo ) : OperatorCreatedEvent

Protected Methods

Method Description
Event ( EventType type ) : System

Private Methods

Method Description
Connect ( OperatorInfo operatorInfo ) : ConnectedEvent
Disconnect ( long connectionId ) : DisconnectedEvent
Event ( long id, long ts ) : System
Subscribe ( OperatorInfo child, OperatorInfo parent ) : SubscribeEvent
Tag ( OperatorInfo operatorInfo, string tag ) : TagOperatorEvent
Unsubscribe ( long subscriptionId ) : UnsubscribeEvent

Method Details

Event() protected method

protected Event ( EventType type ) : System
type EventType
return System

OnCompleted() public static method

public static OnCompleted ( OperatorInfo operatorInfo ) : OnCompletedEvent
operatorInfo OperatorInfo
return OnCompletedEvent

OnError() public static method

public static OnError ( OperatorInfo operatorInfo, Exception error ) : OnErrorEvent
operatorInfo OperatorInfo
error System.Exception
return OnErrorEvent

OnNext() public static method

public static OnNext ( OperatorInfo operatorInfo, Type type, object value ) : OnNextEvent
operatorInfo OperatorInfo
type System.Type
value object
return OnNextEvent

OperatorCreated() public static method

public static OperatorCreated ( OperatorInfo operatorInfo ) : OperatorCreatedEvent
operatorInfo OperatorInfo
return OperatorCreatedEvent