com.novell.application.console.snapin
Class PropertyBookAdapter

java.lang.Object
  |
  +--com.novell.application.console.snapin.PropertyBookAdapter
All Implemented Interfaces:
java.util.EventListener, PropertyBookListener

public abstract class PropertyBookAdapter
extends java.lang.Object
implements PropertyBookListener

Listens for Property Book events.

The PropertyBookAdapter class is the default implementation of the PropertyBookListener interface, implemented for the purpose of listening for Property Book events.

See Also:
PropertyBookListener

Constructor Summary
PropertyBookAdapter()
          Constructs a PropertyBookAdapter object.
 
Method Summary
 void propertyBookInit(PropertyBookEvent event)
          Allows a snap-in to perform an action associated with a Property Book control initialization.
 void propertyBookShutdown(PropertyBookEvent event)
          Allows a snap-in to perform an action associated with a Property Book control shutdown event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyBookAdapter

public PropertyBookAdapter()
Constructs a PropertyBookAdapter object.
Method Detail

propertyBookInit

public void propertyBookInit(PropertyBookEvent event)
Allows a snap-in to perform an action associated with a Property Book control initialization.
Specified by:
propertyBookInit in interface PropertyBookListener
Parameters:
event - The Property Book control initialization event.

propertyBookShutdown

public void propertyBookShutdown(PropertyBookEvent event)
Allows a snap-in to perform an action associated with a Property Book control shutdown event.
Specified by:
propertyBookShutdown in interface PropertyBookListener
Parameters:
event - The Property Book control shutdown event.


API Documentation Copyright © 1998-2003 Novell, Inc. All rights reserved.
ConsoleOne is a registered trademark of Novell Inc.
Generated December 9 2003 1727.