Model Railroad System  2.2.2
Public Member Functions | List of all members
FCFSupport::PauseCallback Class Reference

The Pause callback. More...

#include <CallBack.h>

Public Member Functions

 PauseCallback ()
 The constructor. More...
 
virtual ~PauseCallback ()
 The destructor. More...
 
virtual void Pause (string message) const
 Display a message and wait for a user response. More...
 

Detailed Description

The Pause callback.

This callback displays a message and waits for a user response. There is no partituar response sought, just an acknowledgement to continue processing. Usually there is something the user should take a momment to check or read before proceding.

@author Robert Heller \<heller\@deepsoft.com\>

Constructor & Destructor Documentation

◆ PauseCallback()

FCFSupport::PauseCallback::PauseCallback ( )
inline

The constructor.

The base constructor does nothing. It is presumed that a derived class might do something useful.

◆ ~PauseCallback()

virtual FCFSupport::PauseCallback::~PauseCallback ( )
inlinevirtual

The destructor.

The base destructor does nothing. It is presumed that a derived class might do something useful.

Member Function Documentation

◆ Pause()

virtual void FCFSupport::PauseCallback::Pause ( string  message) const
inlinevirtual

Display a message and wait for a user response.

This message just displays a message and waits for a user response (acknowledgement).

Parameters
messageThe message to display when pausing.