|
||||||||||
| 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.InvalidateCacheEvent
Defines an invalidate cache event.
A shell event may consist of selection change or other such event.
ShellSelectionListener,
ShellSelectionAdapter| Field Summary | |
static int |
DEPTH_ALL_SUBCONTAINERS
A possible value for this events depth indicating that the ObjectEntry associated with this event and all of its children and their children's children, etc., should have their cache invalidated. |
static int |
DEPTH_ENTIRE_TREE
A possible value for this events depth indicating that the entire tree should have its cache invalidated. |
static int |
DEPTH_IMMEDIATE_CHILDREN
A possible value for this events depth indicating that the ObjectEntry associated with this event and its immediate children only should have their cache invalidated. |
static int |
DEPTH_SINGLE_ENTRY
A possible value for this events depth indicating that only the ObjectEntry associated with this event should have its cache invalidated. |
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
InvalidateCacheEvent(ObjectEntry entry,
int depth)
Creates an invalidate cache event object. |
|
| Method Summary | |
int |
getDepth()
How deep the refresh should go. |
ObjectEntry |
getObjectEntry()
Object to refresh. |
| 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 DEPTH_ENTIRE_TREE
(DEPTH_ENTIRE_TREE = 0)
public static final int DEPTH_SINGLE_ENTRY
(DEPTH_SINGLE_ENTRY = 0)
public static final int DEPTH_IMMEDIATE_CHILDREN
(DEPTH_IMMEDIATE_CHILDREN = 0)
public static final int DEPTH_ALL_SUBCONTAINERS
(DEPTH_ALL_SUBCONTAINERS = 0)
| Constructor Detail |
public InvalidateCacheEvent(ObjectEntry entry,
int depth)
entry - The ObjectEntry array associated with the event. If depth is DEPTH_ENTIRE_TREE, this parameter will be null.depth - How far to refresh. This may be DEPTH_ENTIRE_TREE, DEPTH_SINGLE_ENTRY, DEPTH_IMMEDIATE_CHILDREN or DEPTH_ALL_SUBCONTAINERS.id - An integer specifying the action that occurred on the event. Currently should only be REFRESH_ENTRY.| Method Detail |
public int getDepth()
public ObjectEntry getObjectEntry()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||