Home | Download | Screen shots | Discussion | Documentation |
---|
For internal use only.
Public Member Functions | |
script_event_listener (const std::string &id, script_node &node) | |
Construct. | |
virtual | ~script_event_listener () throw () |
Destroy. | |
Private Member Functions | |
virtual void | do_process_event (const FieldValue &value, double timestamp) throw (std::bad_alloc) |
Process an event. | |
Private Attributes | |
const std::string | id |
eventIn identifier. |
|
Construct.
|
|
Destroy.
|
|
Process an event.
Implements openvrml::field_value_listener< FieldValue >. |
|
eventIn identifier.
|