C# Class d3.Client.Services.ChannelSubscriberImpl

Inheritance: ChannelSubscriber
Exibir arquivo Open project: fry/d3

Public Methods

Method Description
ChannelSubscriberImpl ( Connection connection ) : System
NotifyAdd ( Google controller, AddNotification request, Action done ) : void
NotifyJoin ( Google controller, JoinNotification request, Action done ) : void
NotifyLeave ( Google controller, LeaveNotification request, Action done ) : void
NotifyRemove ( Google controller, RemoveNotification request, Action done ) : void
NotifySendMessage ( Google controller, SendMessageNotification request, Action done ) : void
NotifyUpdateChannelState ( Google controller, UpdateChannelStateNotification request, Action done ) : void
NotifyUpdateMemberState ( Google controller, UpdateMemberStateNotification request, Action done ) : void

Method Details

ChannelSubscriberImpl() public method

public ChannelSubscriberImpl ( Connection connection ) : System
connection Connection
return System

NotifyAdd() public method

public NotifyAdd ( Google controller, AddNotification request, Action done ) : void
controller Google
request AddNotification
done Action
return void

NotifyJoin() public method

public NotifyJoin ( Google controller, JoinNotification request, Action done ) : void
controller Google
request JoinNotification
done Action
return void

NotifyLeave() public method

public NotifyLeave ( Google controller, LeaveNotification request, Action done ) : void
controller Google
request LeaveNotification
done Action
return void

NotifyRemove() public method

public NotifyRemove ( Google controller, RemoveNotification request, Action done ) : void
controller Google
request RemoveNotification
done Action
return void

NotifySendMessage() public method

public NotifySendMessage ( Google controller, SendMessageNotification request, Action done ) : void
controller Google
request SendMessageNotification
done Action
return void

NotifyUpdateChannelState() public method

public NotifyUpdateChannelState ( Google controller, UpdateChannelStateNotification request, Action done ) : void
controller Google
request UpdateChannelStateNotification
done Action
return void

NotifyUpdateMemberState() public method

public NotifyUpdateMemberState ( Google controller, UpdateMemberStateNotification request, Action done ) : void
controller Google
request UpdateMemberStateNotification
done Action
return void