class CategoryErrorEvent

A CategoryErrorEvent represents an application specific error encountered by Category subclasses. More...

Definition#include <sysadm/CategoryErrorEvent.h>
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods


Detailed Description

A CategoryErrorEvent represents an application specific error encountered by Category subclasses. The Category subclasses pass the localized string representing the error to Category::notifyError() which in turn converts it to a CategoryErrorEvent and notifies registered CategoryErrorListener instances.

 CategoryErrorEvent (const Category& source, const String& reason)

Constructor. The "source" is a reference to the Category that generated this event. The "reason" is a localized string describing the error.

const Category&  getCategory ()

[virtual]

Access the Category object that generated this event.

const String&  getErrorString ()

[virtual]

Access the localized string describing the error.

CategoryErrorEvent ()

[virtual]

Destructor


Generated by: rusty@irem on Mon Sep 18 18:07:52 2000, using kdoc 2.0a36.