|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DestroyListener
When a call is made to
VersionControlClient.destroy(ItemSpec, VersionSpec, VersionSpec, DestroyFlags)
, a DestroyEvent
is sent to each registered DestroyListener
for each item that was destroyed as a result of the operation.
DestroyListener
s can be registered by calling
VersionControlEventEngine.addDestroyListener(DestroyListener)
. Each
VersionControlClient
has an VersionControlEventEngine
.
Method Summary | |
---|---|
void |
onDestroy(DestroyEvent event)
Called when an item is destroyed as the result of a call to VersionControlClient.destroy(ItemSpec, VersionSpec, VersionSpec, DestroyFlags)
. |
Method Detail |
---|
void onDestroy(DestroyEvent event)
VersionControlClient.destroy(ItemSpec, VersionSpec, VersionSpec, DestroyFlags)
.
event
- the DestroyEvent
that represents the item that was
destroyed (must not be null
)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |