ProteoWizard
Classes | Public Types | Public Member Functions
pwiz::util::IterationListener Class Reference

interface to be implemented by clients who want progress callbacks More...

#include <IterationListener.hpp>

Inheritance diagram for pwiz::util::IterationListener:
BadListener CancelListener TestIterationListener TestIterationListener_WithCancel TestListener

List of all members.

Classes

struct  UpdateMessage

Public Types

enum  Status { Status_Ok, Status_Cancel }

Public Member Functions

virtual Status update (const UpdateMessage &updateMessage)
virtual ~IterationListener ()

Detailed Description

interface to be implemented by clients who want progress callbacks

Definition at line 38 of file IterationListener.hpp.


Member Enumeration Documentation

Enumerator:
Status_Ok 
Status_Cancel 

Definition at line 42 of file IterationListener.hpp.


Constructor & Destructor Documentation

virtual pwiz::util::IterationListener::~IterationListener ( )
inlinevirtual

Definition at line 57 of file IterationListener.hpp.

{}

Member Function Documentation

virtual Status pwiz::util::IterationListener::update ( const UpdateMessage updateMessage)
inlinevirtual

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