Class WorkflowObservable

Inheritance Relationships

Derived Type

Class Documentation

class WorkflowObservable

Subclassed by SmartPeak::SequenceHandler

Public Functions

inline virtual void addWorkflowObserver(IWorkflowObserver *observer)
inline virtual void removeWorkflowObserver(IWorkflowObserver *observer)
inline void notifyWorkflowUpdated()

Protected Attributes

std::vector<IWorkflowObserver*> observers_