C# Class d3.Client.Services.ChannelSubscriberImpl

Inheritance: ChannelSubscriber
Afficher le fichier Open project: fry/d3

Méthodes publiques

Méthode 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 méthode

public ChannelSubscriberImpl ( Connection connection ) : System
connection Connection
Résultat System

NotifyAdd() public méthode

public NotifyAdd ( Google controller, AddNotification request, Action done ) : void
controller Google
request AddNotification
done Action
Résultat void

NotifyJoin() public méthode

public NotifyJoin ( Google controller, JoinNotification request, Action done ) : void
controller Google
request JoinNotification
done Action
Résultat void

NotifyLeave() public méthode

public NotifyLeave ( Google controller, LeaveNotification request, Action done ) : void
controller Google
request LeaveNotification
done Action
Résultat void

NotifyRemove() public méthode

public NotifyRemove ( Google controller, RemoveNotification request, Action done ) : void
controller Google
request RemoveNotification
done Action
Résultat void

NotifySendMessage() public méthode

public NotifySendMessage ( Google controller, SendMessageNotification request, Action done ) : void
controller Google
request SendMessageNotification
done Action
Résultat void

NotifyUpdateChannelState() public méthode

public NotifyUpdateChannelState ( Google controller, UpdateChannelStateNotification request, Action done ) : void
controller Google
request UpdateChannelStateNotification
done Action
Résultat void

NotifyUpdateMemberState() public méthode

public NotifyUpdateMemberState ( Google controller, UpdateMemberStateNotification request, Action done ) : void
controller Google
request UpdateMemberStateNotification
done Action
Résultat void