sttcl  v0.9c
STTCL C++ template state machine framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
sttcl::internal::IRegionEventDispatchWithArgs< RegionContainerImpl, IInnerState, EventArgs > Class Template Reference

#include <Region.h>

Inheritance diagram for sttcl::internal::IRegionEventDispatchWithArgs< RegionContainerImpl, IInnerState, EventArgs >:

List of all members.

Public Types

typedef
EventArgsInterfaceSelector
< RegionContainerImpl,
IInnerState, EventArgs > 
EventArgsSelectorType
typedef
EventArgsSelectorType::RefCountPtr 
RefCountPtr
typedef
EventArgsSelectorType::InnerEventHandler 
InnerEventHandler

Public Member Functions

virtual void handleBroadcastedEvent (RegionContainerImpl *context, InnerEventHandler eventHandler, RefCountPtr eventArgs)=0
virtual ~IRegionEventDispatchWithArgs ()

Member Typedef Documentation


Constructor & Destructor Documentation

template<class RegionContainerImpl , class IInnerState , class EventArgs >
virtual sttcl::internal::IRegionEventDispatchWithArgs< RegionContainerImpl, IInnerState, EventArgs >::~IRegionEventDispatchWithArgs ( )
inlinevirtual

Member Function Documentation

template<class RegionContainerImpl , class IInnerState , class EventArgs >
virtual void sttcl::internal::IRegionEventDispatchWithArgs< RegionContainerImpl, IInnerState, EventArgs >::handleBroadcastedEvent ( RegionContainerImpl *  context,
InnerEventHandler  eventHandler,
RefCountPtr  eventArgs 
)
pure virtual

Called to handle an event broadcasted from the containing ConcurrentCompositeState instance.

Parameters:
contextA pointer to the containing state machine.
eventHandlerThe event handler to call inside the region thread.
eventArgsThe event arguments to pass to the event handler call.

Implemented in sttcl::internal::RegionBaseImplWithEventArgs< RegionImpl, RegionContainerImpl, IInnerState, EventArgs >.


The documentation for this class was generated from the following file: