The Fib multimedia system
Fib is a system for storing multimedia data (like images or films).
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
enviroment::ciOperationStatusChange Class Reference

#include <cOperation.h>

Inheritance diagram for enviroment::ciOperationStatusChange:

List of all members.

Public Member Functions

virtual void operationStatusChange (cOperation *pOperation, bool isRunning)=0

Detailed Description

This is the interface for objects, which want's to be notified about changes in the operation running status.

Definition at line 66 of file cOperation.h.


Member Function Documentation

virtual void enviroment::ciOperationStatusChange::operationStatusChange ( cOperation pOperation,
bool  isRunning 
)
pure virtual

This method is called, if the running status of the operation is changed.

See also:
cOperation::bIsRunning
cOperation::isRunning()
Parameters:
pOperationa pointer to the operation, which status has changed
isRunningthe new running status for the operation

Implemented in enviroment::cEnviroment.


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