2 * Copyright (c) 2000-2008, Ingo Weinhold <ingo_weinhold@gmx.de>,
3 * Copyright (c) 2000-2008, Stephan Aßmus <superstippi@gmx.de>,
4 * All Rights Reserved. Distributed under the terms of the MIT license.
6 #ifndef MESSAGE_EVENT_H
7 #define MESSAGE_EVENT_H
12 #include "AbstractLOAdapter.h"
21 class MessageEvent
: public Event
, public AbstractLOAdapter
{
23 MessageEvent(bigtime_t time
,
25 uint32 command
= MSG_EVENT
);
26 MessageEvent(bigtime_t time
,
28 const BMessage
& message
);
29 MessageEvent(bigtime_t time
,
30 const BMessenger
& messenger
);
31 virtual ~MessageEvent();
33 virtual void Execute();
39 #endif // MESSAGE_EVENT_H