Syntax
struct TestEvent : com::sun::star::lang::EventObject ;
Description
This event gets delivered whenever a test event (an error, an exception,
a warning) takes place.
Field Summary
|
Message |
contains the error/warning message
|
|
Exception |
contains the exception notified by the XTestListener
method notifyException. This value is not valid for other events.
|
|
Field Details
|
|
Syntax
string Message;
Description
contains the error/warning message
Syntax
any Exception;
Description
contains the exception notified by the XTestListener
method notifyException. This value is not valid for other events.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.