Satoshi Togawa / Mbed 2 deprecated LcdClock

Dependencies:   DebouncedEdgeIn I2cLCD_cursor Rtc8564 mbed beep

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers I_NotifyUpdate.h Source File

I_NotifyUpdate.h

00001 #ifndef I_NOTIFY_UPDATE_H
00002 #define I_NOTIFY_UPDATE_H
00003 
00004 namespace Model
00005 {
00006 class I_NotifyUpdate
00007 {
00008 public:
00009     virtual ~I_NotifyUpdate() {}
00010 
00011     virtual void dateTimeUpdated() = 0;
00012 };
00013 }
00014 
00015 #endif // I_NOTIFY_UPDATE_H