Namespace: Consultingwerk.Framework
Class 
StatusManager Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object
Implements: Consultingwerk.Framework.IStatusManager

File:StatusManager
Purpose:Default IStatusManager implementation
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Wed Dec 15 12:12:46 CET 2010
Purpose: Event raised when the generic status has changed
Notes:



Top Method Summary
Options Name Purpose
+ ClearStatus () Clears the generic status display (i.e. main window status bar)
+ ClearStatus (character) Clears the status display for the given scope (i.e. a specific application window referenced by a GUID)
+ DisplayStatus (character) Sets the generic status (i.e. main window status bar)
+ DisplayStatus (character, character) Sets the status for the given scope (i.e. a specific application window referenced by a GUID)
# OnGenericStatusChanged (character) Raises the GenericStatusChanged event
# OnScopedStatusChanged (character, character) Raises the ScopedStatusChanged event

Top Event Summary
Options Name Purpose
+ GenericStatusChanded (IStatusManager, character) Event raised when the generic status has changed
+ ScopedStatusChanded (IStatusManager, character, character) Event raised when a scoped status has updated


Method Detail
Top

PUBLIC ClearStatus ()

Purpose: Clears the generic status display (i.e. main window status bar)
Notes:

Top

PUBLIC ClearStatus (character)

Purpose: Clears the status display for the given scope
(i.e. a specific application window referenced by a GUID)
Notes:

Parameters:
pcScope CHARACTER
The name of the scope
Top

PUBLIC DisplayStatus (character)

Purpose: Sets the generic status (i.e. main window status bar)
Notes:

Parameters:
pcStatus CHARACTER
The generic status value
Top

PUBLIC DisplayStatus (character, character)

Purpose: Sets the status for the given scope
(i.e. a specific application window referenced by a GUID)
Notes:

Parameters:
pcStatus CHARACTER
The generic status value
pcScope CHARACTER
The name of the scope
Top

PROTECTED OnGenericStatusChanged (character)

Purpose: Raises the GenericStatusChanged event
Notes:

Parameters:
pcStatus CHARACTER
The generic status value
Top

PROTECTED OnScopedStatusChanged (character, character)

Purpose: Raises the ScopedStatusChanged event
Notes:

Parameters:
pcStatus CHARACTER
The generic status value
pcScope CHARACTER
The name of the scope


Event Detail
Top

PUBLIC GenericStatusChanded (IStatusManager, character)

Purpose: Event raised when the generic status has changed
Notes:

Parameters:
sender Consultingwerk.Framework.IStatusManager
The IStatusManager that raised this event
pcStatus CHARACTER
The generic status value
Top

PUBLIC ScopedStatusChanded (IStatusManager, character, character)

Purpose: Event raised when a scoped status has updated
Notes:

Parameters:
sender Consultingwerk.Framework.IStatusManager
The IStatusManager that raised this event
pcStatus CHARACTER
The generic status value
pcScope CHARACTER
The name of the scope


©2006-2023 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       15.04.2024 05:51:48