:: com :: sun :: star :: util ::

interface XUpdatable2
Base Interfaces
XUpdatable2XUpdatable

XUpdatable
(referenced interface's summary:)

Methods' Summary
updateSoft * Perform update, but update may not always be performed especially when * the controller is locked.  
updateHard * Perform update, even when the controller is locked.  
Methods' Details
updateSoft
void
updateSoft();

Description
* Perform update, but update may not always be performed especially when * the controller is locked.
updateHard
void
updateHard();

Description
* Perform update, even when the controller is locked.
Top of Page