interface XResetListener in module com::sun::star::form:: |
interface XResetListener : com::sun::star::lang::XEventListener ;
XResetListener" is the listener interface for receiving "approveReset" and "resetted" events.
The listener is called if a component implementing the XReset interface performs a reset. Before the component performs the reset, "approveReset" is called from the listener. Within "approveReset" you may check conditions to prove if the reset should be executed or not, so you may cancel the action.
The events occur in the following order:
reset -> "approveReset -> "perform reset" -> "resetted"
Method Summary |
|
approveReset | is invoked before resetting a component. |
resetted | is invoked when a component is reset. |
Method Details |
|||
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.