|
@@ -54,6 +54,15 @@ public:
|
|
|
~ctkEvent();
|
|
|
|
|
|
/**
|
|
|
+ * Can be used to check if this ctkEvent instance is valid,
|
|
|
+ * or if it has been constructed using the default constructor.
|
|
|
+ *
|
|
|
+ * @return <code>true</code> if this event object is valid,
|
|
|
+ * <code>false</code> otherwise.
|
|
|
+ */
|
|
|
+ bool isNull() const;
|
|
|
+
|
|
|
+ /**
|
|
|
* Constructs an event.
|
|
|
*
|
|
|
* @param topic The topic of the event.
|