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

deprecated interface XReschedule
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.

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