:: com :: sun :: star :: test ::
|
deprecated |
struct TestEvent |
|
|
- Base Hierarchy
TestEvent
┗ ::com::sun::star::lang::EventObject
|
- Usage Restrictions
- deprecated
- Description
- This event gets delivered whenever a test event (an error, an exception,
a warning) takes place.
|
Elements' 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.
|
Elements' Details |
Message
string Message;
- Description
- contains the error/warning message
|
|
Exception
any Exception;
- Description
- contains the exception notified by the XTestListener
method notifyException. This value is not valid for other events.
|
|
Top of Page
Copyright © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.