MonitorEvent Class Reference

#include <MonitorTable.h>

Inherited by ClientListEvent, and StorageListEvent.

Public Member Functions

 MonitorEvent (int type)
virtual ~MonitorEvent ()
int getType ()

Private Attributes

int type

Detailed Description

Definition at line 34 of file MonitorTable.h.


Constructor & Destructor Documentation

MonitorEvent::MonitorEvent ( int  type  ) 

Definition at line 40 of file MonitorTable.cpp.

00041 {
00042     this->type = type;
00043 }

MonitorEvent::~MonitorEvent (  )  [virtual]

Definition at line 45 of file MonitorTable.cpp.

00046 {
00047 }


Member Function Documentation

int MonitorEvent::getType ( void   ) 

Definition at line 49 of file MonitorTable.cpp.

00050 {
00051     return type;
00052 }


Field Documentation

int MonitorEvent::type [private]

Definition at line 36 of file MonitorTable.h.


The documentation for this class was generated from the following files:
Generated on Wed Jul 4 16:03:35 2012 for RIO by  doxygen 1.6.3