:: com :: sun :: star :: awt ::

deprecated interface XReschedule
Usage Restrictions
deprecated
Deprecation Info
This interface was only implemented in an intermediate developer release anyway.
Description
The XReschedule interface can be used to give control to the main thread to allow events processing.
Since
OOo 2.0

Methods' Summary
reschedule Allow the main thread to process some events.  
Methods' Details
reschedule
void
reschedule();

Description
Allow the main thread to process some events.
Top of Page