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

§ Status

Constructor & Destructor Documentation

§ ~IterationListener()

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

Definition at line 57 of file IterationListener.hpp.

57 {}

Member Function Documentation

§ update()

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

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