50 #ifndef _SELECTIONEVENT_H_
51 #define _SELECTIONEVENT_H_
53 #include "mb/interface/CodeMap.h"
54 using namespace ::br::pucrio::telemidia::ginga::core::mb;
56 #include "ncl/interfaces/ContentAnchor.h"
57 using namespace ::br::pucrio::telemidia::ncl::interfaces;
59 #include "ncl/connectors/EventUtil.h"
60 using namespace ::br::pucrio::telemidia::ncl::connectors;
62 #include "AnchorEvent.h"
79 SelectionEvent(
string id,
void* executionObject, ContentAnchor* anchor);
82 int getSelectionCode();
83 void setSelectionCode(
string codeStr);
93 #endif //_SELECTIONEVENT_H_
Definition: AnchorEvent.h:68
Definition: SelectionEvent.h:74