2 * Copyright 2001-2015, Haiku.
3 * Distributed under the terms of the MIT License.
7 * Stefano Ceccherini (burton666@libero.it)
8 * Axel Dörfler, axeld@pinc-software.de
9 * Augustin Cavalier <waddlesplash>
11 #ifndef ALERT_WINDOW_H
12 #define ALERT_WINDOW_H
17 #include <Messenger.h>
23 class AlertWindow
: public BAlert
{
25 AlertWindow(BMessenger handler
);
27 virtual void MessageReceived(BMessage
* message
);
28 virtual void DispatchMessage(BMessage
* message
, BHandler
* handler
);
31 void UpdateCountdownView();
39 #endif /* ALERT_WINDOW_H */