◆ PluginObserver()
◆ notifyObserver()
| void PluginObserver::notifyObserver |
( |
YACS::ENGINE::Node * |
object, |
|
|
const std::string & |
event |
|
) |
| |
|
privatevirtual |
◆ notifyObserver2()
| void PluginObserver::notifyObserver2 |
( |
YACS::ENGINE::Node * |
object, |
|
|
const std::string & |
event, |
|
|
void * |
something |
|
) |
| |
|
privatevirtual |
Reimplemented from YACS::ENGINE::Observer.
Definition at line 48 of file ExampleOfObserversPluginForDriver.cxx.
49{
50 std::ostringstream oss;
51 if(event=="progress_ok")
52 {
53 int itemOk(*reinterpret_cast<int *>(something));
54 oss << event << " " << itemOk;
55 std::cerr << oss.str() << std::endl;
56 }
57}
◆ _fe
The documentation for this class was generated from the following file: