fesa::RequestEvent Class Reference

This class is used in order to encapsulate the cycle selector and the multiplexing context in a server action passing it as parameter. More...

#include <RequestEvent.h>

Inheritance diagram for fesa::RequestEvent:
fesa::AbstractEvent

List of all members.

Public Member Functions

 RequestEvent (MultiplexingContext *context)
 constructor
virtual ~RequestEvent ()
 Delete RequestContext. The associated multiplexingContext is not destroyed, it will be automatically destroyed when no references pointing to it.

Friends

class ServerAction

Detailed Description

This class is used in order to encapsulate the cycle selector and the multiplexing context in a server action passing it as parameter.

Definition at line 16 of file RequestEvent.h.


Constructor & Destructor Documentation

fesa::RequestEvent::RequestEvent ( MultiplexingContext context  ) 

constructor

Parameters:
context the context attached to the event

Definition at line 8 of file RequestEvent.cpp.

fesa::RequestEvent::~RequestEvent (  )  [virtual]

Delete RequestContext. The associated multiplexingContext is not destroyed, it will be automatically destroyed when no references pointing to it.

Definition at line 13 of file RequestEvent.cpp.


Friends And Related Function Documentation

friend class ServerAction [friend]

Definition at line 35 of file RequestEvent.h.


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

Generated on 18 Jan 2013 for Fesa by  doxygen 1.6.1