ProteoWizard
Classes | Public Types | Public Member Functions | List of all members
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

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.

57 {}

Member Function Documentation

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

Reimplemented in TestIterationListener_WithCancel, TestIterationListener, BadListener, CancelListener, and TestListener.

Definition at line 55 of file IterationListener.hpp.

References Status_Ok.

55 {return Status_Ok;}

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