|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.events.KeyedEvent
wt.fc.delete.DeleteManagerEvent
public class DeleteManagerEvent
Used to represent events occuring within the DeleteManager.
Supported API: true
Extendable: false
| Field Summary | |
|---|---|
static String |
POST_MAKE_UNRESTORABLE
The event used to notify listeners that a new object was restored from marked for delete Supported API: true |
static String |
POST_MARK_FOR_DELETE
The event used to notify listeners that an object has been marked for delete Supported API: true |
static String |
POST_RESTORE_MARK_FOR_DELETE
The event used to notify listeners that a new object was restored from marked for delete Supported API: true |
static String |
PRE_MAKE_UNRESTORABLE
The event used to notify listeners that a new object was restored from marked for delete Supported API: true |
static String |
PRE_MARK_FOR_DELETE
The event used to notify listeners that a new object is about to be marked for delete Supported API: true |
static String |
PRE_RESTORE_MARK_FOR_DELETE
The event used to notify listeners that a new object is about to be restored from marked for delete Supported API: true |
| Method Summary | |
|---|---|
Persistable |
getTarget()
Supported API: true |
WTCollection |
getTargets()
Supported API: true |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String PRE_MARK_FOR_DELETE
public static final String POST_MARK_FOR_DELETE
public static final String PRE_RESTORE_MARK_FOR_DELETE
public static final String POST_RESTORE_MARK_FOR_DELETE
public static final String PRE_MAKE_UNRESTORABLE
public static final String POST_MAKE_UNRESTORABLE
| Method Detail |
|---|
public Persistable getTarget()
public WTCollection getTargets()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||