C# Class d3.Client.Services.NotificationListenerImpl

Inheritance: NotificationListener
ファイルを表示 Open project: fry/d3

Public Methods

Method Description
NotificationListenerImpl ( Connection connection ) : System
OnNotificationReceived ( Google controller, Notification request, Action done ) : void

Method Details

NotificationListenerImpl() public method

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

OnNotificationReceived() public method

public OnNotificationReceived ( Google controller, Notification request, Action done ) : void
controller Google
request Notification
done Action
return void