Package wt.change2.handler
Interface ChangeablePreDeleteHandler
public interface ChangeablePreDeleteHandler
Handles the validating the pre-delete event for Changeable2 objects.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionvoidcheckDeleteOfChangeableCollection(WTArrayList target_list) Checks if deleting of the Changeable2 objects is allowed.
Supported API: true
-
Method Details
-
checkDeleteOfChangeableCollection
Checks if deleting of the Changeable2 objects is allowed.
Supported API: true- Parameters:
target_list-- Throws:
WTException
-