You.i Engine
YiSignalBaseEmitEvent.h
Go to the documentation of this file.
1 // © You i Labs Inc. 2000-2017. All rights reserved.
2 #ifndef _YI_SIGNAL_BASE_EMIT_EVENT_H_
3 #define _YI_SIGNAL_BASE_EMIT_EVENT_H_
4 
5 #include "event/YiEvent.h"
6 
15 class CYISignalBaseEmitEvent : public CYIEvent
16 {
17 public:
18  CYISignalBaseEmitEvent();
19 
23  virtual void Emit() = 0;
24 };
25 
30 #endif /* _YI_SIGNAL_BASE_EMIT_EVENT_H_ */
Base class for events.
Definition: YiEvent.h:489