Package wt.fc.delete
Class DeleteManagerEvent
java.lang.Object
wt.events.KeyedEvent
wt.fc.delete.DeleteManagerEvent
- All Implemented Interfaces:
wt.events.summary.SummarizedEvent
Used to represent events occuring within the DeleteManager.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe event used to notify listeners that a new object was restored from marked for delete
Supported API: truestatic final StringThe event used to notify listeners that an object has been marked for delete
Supported API: truestatic final StringThe event used to notify listeners that a new object was restored from marked for delete
Supported API: truestatic final StringThe event used to notify listeners that a new object was restored from marked for delete
Supported API: truestatic final StringThe event used to notify listeners that a new object is about to be marked for delete
Supported API: truestatic final StringThe event used to notify listeners that a new object is about to be restored from marked for delete
Supported API: true -
Method Summary
Modifier and TypeMethodDescription
Supported API: true
Supported API: trueMethods inherited from class wt.events.KeyedEvent
generateEventKey, getEventKey, getEventTarget, getEventType
-
Field Details
-
PRE_MARK_FOR_DELETE
The event used to notify listeners that a new object is about to be marked for delete
Supported API: true- See Also:
-
POST_MARK_FOR_DELETE
The event used to notify listeners that an object has been marked for delete
Supported API: true- See Also:
-
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- See Also:
-
POST_RESTORE_MARK_FOR_DELETE
The event used to notify listeners that a new object was restored from marked for delete
Supported API: true- See Also:
-
PRE_MAKE_UNRESTORABLE
The event used to notify listeners that a new object was restored from marked for delete
Supported API: true- See Also:
-
POST_MAKE_UNRESTORABLE
The event used to notify listeners that a new object was restored from marked for delete
Supported API: true- See Also:
-
-
Method Details
-
getTarget
Supported API: true- Returns:
- Persistable
-
getTargets
Supported API: true- Returns:
- WTCollection
-