Searched refs:veto (Results 1 – 25 of 35) sorted by relevance
12
37 /** "Prevent Close" - throws veto excetion if target object is going to43 veto exception.49 /** "Prevent Termination" - throws veto excetion if target object is going55 veto exception.
37 /** provides information about a veto which has been raised against an operation41 /** describes the reason for the veto45 /** provides additional details about the veto.
59 <li>or can have a veto to break that.</li>92 …t is set to <TRUE/> the caller gives up his ownership. If a XCloseListener throw the veto exception105 … but it shouldn't be used here. The veto exception should be the only way to indicates the result.
37 /** thrown to indicate a general veto.
37 /** allows to veto changes in an object's internal mode.
45 /** allows to veto changes in an object's internal mode.
56 /** adds the specified listener to receive or have a veto for "close" events
39 If a <type>XTerminateListener</type> use this exception for a veto against42 office again. Any other veto listener can intercept that again or office
66 listener can disagree with this query by throwing this veto exception73 Not veto will be accepted then.
46 But if a listener was queried for termination .. and doesn't throw a veto exception ...
40 /** is implement by components which want to observe (and probably veto) the56 should contain a justification for the veto then.
307 HashMap veto; in dispose() local311 veto = vetoListeners; in dispose()324 if (veto != null) { in dispose()325 for (Iterator i = veto.values().iterator(); i.hasNext();) { in dispose()
34 of a veto of an approved listener.
55 veto modifications, if a new value does not fit into rules
44 /** adds a listener which can veto changes in the container's content
41 /** allows to probably veto actions to be performed on components.
41 /** can be implemented to listen and probably veto actions to be performed on components.
42 has a chance to veto updates <em>before</em> they happen.</p>
67 …<p>This method allows the controller to do any final checks, and ultimatively veto finishing the w…
51 …<p>An implementation can veto the leave by returning <FALSE/> here. Usually, the decision about th…
57 /** allows external instances to register as veto listener for the button's actions.
49 at the component are given the chance to veto the submission.
83 if the VBA event handler has indicated to veto the event.
138 dbaccess/source/core/misc/veto \
Completed in 49 milliseconds