com.novell.application.console.snapin
Class PropertyBookEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--com.novell.application.console.snapin.PropertyBookEvent
All Implemented Interfaces:
java.io.Serializable

public class PropertyBookEvent
extends java.util.EventObject

Defines a Property Book page snap-in event.

See Also:
PropertyBookListener

Field Summary
static int PROPERTYBOOK_INIT
          The Property Book is initializing
static int PROPERTYBOOK_SHUTDOWN
          The Property Book is shutting down
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
PropertyBookEvent(PageSnapinContext aPSC, int action)
           
 
Method Summary
 int getAction()
          Returns the action performed.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

PROPERTYBOOK_INIT

public static final int PROPERTYBOOK_INIT
The Property Book is initializing

(PROPERTYBOOK_INIT = 1)


PROPERTYBOOK_SHUTDOWN

public static final int PROPERTYBOOK_SHUTDOWN
The Property Book is shutting down

(PROPERTYBOOK_SHUTDOWN = 2)

Constructor Detail

PropertyBookEvent

public PropertyBookEvent(PageSnapinContext aPSC,
                         int action)
Method Detail

getAction

public int getAction()
Returns the action performed.
Returns:
An integer representing the action performed.
See Also:
PROPERTYBOOK_INIT, PROPERTYBOOK_SHUTDOWN


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