wt.fc.delete
Class DeleteManagerEvent

java.lang.Object
  extended by wt.events.KeyedEvent
      extended by wt.fc.delete.DeleteManagerEvent
All Implemented Interfaces:
wt.events.summary.SummarizedEvent

public class DeleteManagerEvent
extends KeyedEvent

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

PRE_MARK_FOR_DELETE

public static final 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

See Also:
Constant Field Values

POST_MARK_FOR_DELETE

public static final String POST_MARK_FOR_DELETE
The event used to notify listeners that an object has been marked for delete

Supported API: true

See Also:
Constant Field Values

PRE_RESTORE_MARK_FOR_DELETE

public static final 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

See Also:
Constant Field Values

POST_RESTORE_MARK_FOR_DELETE

public static final 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

See Also:
Constant Field Values

PRE_MAKE_UNRESTORABLE

public static final String PRE_MAKE_UNRESTORABLE
The event used to notify listeners that a new object was restored from marked for delete

Supported API: true

See Also:
Constant Field Values

POST_MAKE_UNRESTORABLE

public static final String POST_MAKE_UNRESTORABLE
The event used to notify listeners that a new object was restored from marked for delete

Supported API: true

See Also:
Constant Field Values
Method Detail

getTarget

public Persistable getTarget()


Supported API: true

Returns:
Persistable

getTargets

public WTCollection getTargets()


Supported API: true

Returns:
WTCollection