ComponentActionListeners class. More...
#include <ComponentActionListener.h>
Public Attributes | |
| PreComponentActionListenerHolder | preaction_ [PRE_COMPONENT_ACTION_LISTENER_NUM] | 
| PreComponentActionListenerType listener array The PreComponentActionListenerType listener is stored.   | |
| PostComponentActionListenerHolder | postaction_ [POST_COMPONENT_ACTION_LISTENER_NUM] | 
| PostComponentActionType listener array The PostComponentActionType listener is stored.   | |
| PortActionListenerHolder | portaction_ [PORT_ACTION_LISTENER_NUM] | 
| PortActionType listener array The PortActionType listener is stored.   | |
| ExecutionContextActionListenerHolder | ecaction_ [EC_ACTION_LISTENER_NUM] | 
| ExecutionContextActionType listener array The ExecutionContextActionType listener is stored.   | |
ComponentActionListeners class.
| ExecutionContextActionListenerHolder RTC::ComponentActionListeners::ecaction_[EC_ACTION_LISTENER_NUM] | 
ExecutionContextActionType listener array The ExecutionContextActionType listener is stored.
Referenced by RTC::RTObject_impl::onAttachExecutionContext(), and RTC::RTObject_impl::onDetachExecutionContext().
| PortActionListenerHolder RTC::ComponentActionListeners::portaction_[PORT_ACTION_LISTENER_NUM] | 
PortActionType listener array The PortActionType listener is stored.
Referenced by RTC::RTObject_impl::onAddPort(), and RTC::RTObject_impl::onRemovePort().
| PostComponentActionListenerHolder RTC::ComponentActionListeners::postaction_[POST_COMPONENT_ACTION_LISTENER_NUM] | 
PostComponentActionType listener array The PostComponentActionType listener is stored.
Referenced by RTC::RTObject_impl::postOnAborting(), RTC::RTObject_impl::postOnActivated(), RTC::RTObject_impl::postOnDeactivated(), RTC::RTObject_impl::postOnError(), RTC::RTObject_impl::postOnExecute(), RTC::RTObject_impl::postOnFinalize(), RTC::RTObject_impl::postOnInitialize(), RTC::RTObject_impl::postOnRateChanged(), RTC::RTObject_impl::postOnReset(), RTC::RTObject_impl::postOnShutdown(), RTC::RTObject_impl::postOnStartup(), and RTC::RTObject_impl::postOnStateUpdate().
| PreComponentActionListenerHolder RTC::ComponentActionListeners::preaction_[PRE_COMPONENT_ACTION_LISTENER_NUM] | 
PreComponentActionListenerType listener array The PreComponentActionListenerType listener is stored.
Referenced by RTC::RTObject_impl::preOnAborting(), RTC::RTObject_impl::preOnActivated(), RTC::RTObject_impl::preOnDeactivated(), RTC::RTObject_impl::preOnError(), RTC::RTObject_impl::preOnExecute(), RTC::RTObject_impl::preOnFinalize(), RTC::RTObject_impl::preOnInitialize(), RTC::RTObject_impl::preOnRateChanged(), RTC::RTObject_impl::preOnReset(), RTC::RTObject_impl::preOnShutdown(), RTC::RTObject_impl::preOnStartup(), and RTC::RTObject_impl::preOnStateUpdate().
 1.6.3