BornAgain  1.18.0
Simulate and fit neutron and x-ray scattering at grazing incidence
IObservable Class Reference

Observable interface from Observer pattern. More...

Public Types

typedef std::shared_ptr< IObserverobserver_t
 Shared pointer is used when passing these objects from Python to C++.
 

Public Member Functions

virtual void attachObserver (observer_t obj)
 attach observer to the list of observers
 
virtual void notifyObservers ()
 notify observers about change in status
 

Detailed Description

Observable interface from Observer pattern.

Definition at line 38 of file IObserver.h.


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