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

PUBLIC ClearWaitState ()

Purpose: Clear wait-state indication
Notes:

Top

PUBLIC ClearWaitState (character)

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

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

PUBLIC 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

PUBLIC SetWaitState ()

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

Top

PUBLIC 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

PUBLIC 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-2023 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       15.04.2024 05:51:38