public interface VetoableSnapinListener
extends java.util.EventListener
The VetoableSnapinListener interace provides snap-in to snap-in communication. A snap-in registered as vetoable notifies other snap-ins that it is about to perform a vetoable action. The vetoable snap-in listens for such a notification, and is allowed to prevent the action or event from taking place by throwing a SnapinVetoException.
SnapinListener| Modifier and Type | Method and Description |
|---|---|
void |
vetoableSnapinListener(SnapinEvent event)
Allows the participating vetoable snap-in to veto a snap-in event.
|
void vetoableSnapinListener(SnapinEvent event) throws SnapinVetoException
event - The snap-in event requested.SnapinVetoException - Thrown by a vetoable snap-in to
prevent the specified action or event from taking place.SnapinListener.snapinListener(com.novell.application.console.snapin.SnapinEvent)
API Documentation Copyright © 1998-2004 Novell, Inc. All rights reserved.
NDS is a registered trademark of Novell, Inc. in the United States and other countries.
Generated ${TODAY} ${TSTAMP}.