|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.util.EventObject
|
+--com.novell.application.console.snapin.PropertyBookEvent
Defines a Property Book page snap-in event.
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 |
public static final int PROPERTYBOOK_INIT
(PROPERTYBOOK_INIT = 1)
public static final int PROPERTYBOOK_SHUTDOWN
(PROPERTYBOOK_SHUTDOWN = 2)
| Constructor Detail |
public PropertyBookEvent(PageSnapinContext aPSC,
int action)
| Method Detail |
public int getAction()
PROPERTYBOOK_INIT,
PROPERTYBOOK_SHUTDOWN
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||