Top   Module   Use   Manual   Index 

com :: sun :: star :: test ::

struct TestEvent

Base Struct
com::sun::star::lang::EventObject

Description
This event gets delivered whenever a test event (an error, an exception, a warning) takes place.


Elements

string Message
Description
contains the error/warning message
any Exception
Description
contains the exception notified by the XTestListener method notifyException. This value is not valid for other events.
Top of Page