gatb.core-API-0.0.0
IObserver.hpp File Reference

Smart Pointer Design Pattern definition. More...

Include dependency graph for IObserver.hpp:

Classes

class  EventInfo
 Piece of information linked to a notification. More...
 
class  IObserver
 Interface of the Observer Design Pattern. More...
 
class  ISubject
 Interface of the Subject in the Observer Design Pattern. More...
 

Namespaces

 gatb::core
 Core package of the GATP project.
 
 gatb::core::tools
 Tools package.
 
 gatb::core::tools::dp
 Design Patterns concepts.
 

Detailed Description

Smart Pointer Design Pattern definition.

Date
01/03/2013
Author
edrezen This file holds interfaces related to the Design Pattern Observer.