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.
15 Event(bool autoDelete
= true);
16 Event(bigtime_t time
, bool autoDelete
= true);
19 void SetTime(bigtime_t time
);
20 bigtime_t
Time() const;
22 void SetAutoDelete(bool autoDelete
);
23 bool AutoDelete() const
24 { return fAutoDelete
; }
26 virtual void Execute();