ScheduleCallback Class Reference

This Callback schedules the Microthread given to the constructor when run. More...

#include <callback_decls.h>

Inheritance diagram for ScheduleCallback:

Callback List of all members.

Public Member Functions

 ScheduleCallback (Microthread &m)
 
Parameters:
m is the Microthread to be run

void run ()
 This method takes action when the Callback is to be run.

Detailed Description

This Callback schedules the Microthread given to the constructor when run.


Member Function Documentation

void ScheduleCallback::run (  )  [virtual]

This method takes action when the Callback is to be run.

Derived classes must override this method.

Implements Callback.


The documentation for this class was generated from the following files:
Generated on Sat Feb 7 01:26:51 2009 by  doxygen 1.5.1