public interface SnapinListener
extends java.util.EventListener
The SnapinListener interface provided for snap-in to snap-in communication. The snap-in generating the event should publish what type of event is being generated, and the participating snap-in that is implementing the SnapinListener interface should listen for the generated event of the specified type.
SnapinEvent,
VetoableSnapinListener| Modifier and Type | Method and Description |
|---|---|
void |
snapinListener(SnapinEvent event)
Allows a snap-in to specify an action associated with a snap-in event.
|
void snapinListener(SnapinEvent event)
The snapinListener() method notifies the participating snap-in that the snap-in event for which it is listening has occurred. The event will be a snap-in event or some object derived from the snap-in event.
event - The snap-in event type to listen for and what snap-in generated it.VetoableSnapinListener.vetoableSnapinListener(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}.