C# Class Reminders.RemindersClient

The reminders application
Inheritance: Mycroft.App.Client
显示文件 Open project: rit-sse-mycroft/app-reminders Class Usage Examples

Public Methods

Method Description
RemindersClient ( string manifest ) : Mycroft.App

Constructor for the reminders client

Protected Methods

Method Description
AppDependency ( dynamic message ) : void

Called when APP_DEPENDENCY is received

AppManifestOk ( dynamic obj ) : void

Called when app manifest okay is received

Private Methods

Method Description
Crossroads ( ) : void

Reminder for crossroads

CtrlAltDeli ( ) : void

Reminder for Ctrl Alt Deli

SSEMeeting ( ) : void

Reminder for the SSE Meeting

Salsaritas ( ) : void

Reminder for Salsaritas

Trash30 ( ) : void

Reminder for trash 30

Method Details

AppDependency() protected method

Called when APP_DEPENDENCY is received
protected AppDependency ( dynamic message ) : void
message dynamic The message received
return void

AppManifestOk() protected method

Called when app manifest okay is received
protected AppManifestOk ( dynamic obj ) : void
obj dynamic The message received
return void

RemindersClient() public method

Constructor for the reminders client
public RemindersClient ( string manifest ) : Mycroft.App
manifest string The path to the app manifest
return Mycroft.App