Namespace: Consultingwerk.Framework
Interface 
IWaitStateManager Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object
Implemented by: Consultingwerk.Framework.NotifyIconWaitStateManager, Consultingwerk.Framework.WaitStateManager

File:IWaitStateManager
Purpose:Interface, defining methods dealing with wait states
i.e. while retrieving data from a back end business
logic
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Sat Jun 13 15:39:43 CEST 2009



Top Method Summary
Options Name Purpose
ClearWaitState () Clear wait-state indication
ClearWaitState (character) Clear wait-state indication for a specific message
ClearWaitState (character, Object) Clear wait-state indication for a specific message from a specific caller
SetWaitState () Indicate a general purpose wait-state to the user
SetWaitState (character) Indicate a wait-state with a message to the user.
SetWaitState (character, Object) Indicate a wait-state with a message to the user. This wait-state will be bouund to a specific caller


Method Detail
Top

ClearWaitState ()

Purpose: Clear wait-state indication
Notes:

Top

ClearWaitState (character)

Purpose: Clear wait-state indication for a specific message
Notes:

Parameters:
pcMessage CHARACTER
The message to clear the wait-state for
Top

ClearWaitState (character, Object)

Purpose: Clear wait-state indication for a specific message from a specific
caller
Notes:

Parameters:
pcMessage CHARACTER
The message to clear the wait-state for
poCaller Progress.Lang.Object
The reference to the caller
Top

SetWaitState ()

Purpose: Indicate a general purpose wait-state to the user
Notes:

Top

SetWaitState (character)

Purpose: Indicate a wait-state with a message to the user.
Notes: The pcMessage is generally a message code, which will be interpreted
by classes implementing the IWaitStateManager interface

Parameters:
pcMessage CHARACTER
The message related to the wait state
Top

SetWaitState (character, Object)

Purpose: Indicate a wait-state with a message to the user. This wait-state
will be bouund to a specific caller
Notes: The pcMessage is generally a message code, which will be interpreted
by classes implementing the IWaitStateManager interface

Parameters:
pcMessage CHARACTER
The message related to the wait state
poCaller Progress.Lang.Object
The reference to the caller (currently unused)


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       30.03.2026 11:04:24