50 #ifndef _EXECUTIONOBJECTSWITCH_H_
51 #define _EXECUTIONOBJECTSWITCH_H_
53 #include "ncl/components/Node.h"
54 using namespace ::br::pucrio::telemidia::ncl::components;
56 #include "ncl/interfaces/LambdaAnchor.h"
57 using namespace ::br::pucrio::telemidia::ncl::interfaces;
59 #include "CompositeExecutionObject.h"
60 using namespace ::br::pucrio::telemidia::ginga::ncl::model::components;
62 #include "SwitchEvent.h"
63 using namespace ::br::pucrio::telemidia::ginga::ncl::model::switches;
65 #include "FormatterEvent.h"
66 #include "PresentationEvent.h"
67 using namespace ::br::pucrio::telemidia::ginga::ncl::model::event;
81 ExecutionObject* selectedObject;
88 ILinkActionListener* seListener);
91 ExecutionObject* getSelectedObject();
92 void select(ExecutionObject* executionObject);
93 bool addEvent(FormatterEvent* event);
103 #endif //_EXECUTIONOBJECTSWITCH_H_
Definition: ExecutionObjectSwitch.h:79