class CategoryErrorEvent
|
A CategoryErrorEvent represents an application specific error
encountered by Category subclasses. More... |
|
|
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.
Constructor. The "source" is a reference to the Category that
generated this event. The "reason" is a localized string
describing the error.
[virtual]
Access the Category object that generated this event.
const String& getErrorString ()
|
[virtual]
Access the localized string describing the error.
[virtual]
Destructor
Generated by: rusty@irem on Mon Sep 18 18:07:52 2000, using kdoc 2.0a36. |