Resonance Game
Team Walterio Fuchsbauer
 All Classes Namespaces Files Functions Variables Enumerations Properties
Resonance.ThreadClass Class Reference

Class used for the separate thread. More...

List of all members.

Public Member Functions

 ThreadClass (ItemDelegate runFunction, ItemDelegate finishFunction)
 Creates object that has a thread to carry out and thread to call once finished.
void startThread ()
 Called once to start the thread.
 ThreadClass (Action runFunction, Action finishFunction)
 Creates object that has a thread to carry out and thread to call once finished.
void startThread ()
 Called once to start the thread.

Detailed Description

Class used for the separate thread.


Constructor & Destructor Documentation

Resonance.ThreadClass.ThreadClass ( ItemDelegate  runFunction,
ItemDelegate  finishFunction 
)

Creates object that has a thread to carry out and thread to call once finished.

Parameters:
functionToLoadFunction to carry out
functionCalledWhenDoneFunction to call once complete
Resonance.ThreadClass.ThreadClass ( Action  runFunction,
Action  finishFunction 
)

Creates object that has a thread to carry out and thread to call once finished.

Parameters:
functionToLoadFunction to carry out
functionCalledWhenDoneFunction to call once complete

Member Function Documentation

Called once to start the thread.

Here is the caller graph for this function:

Called once to start the thread.


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