Interface ChangeablePreDeleteHandler


public interface ChangeablePreDeleteHandler
Handles the validating the pre-delete event for Changeable2 objects.

Supported API: true

Extendable: false
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Checks if deleting of the Changeable2 objects is allowed.


    Supported API: true
  • Method Details

    • checkDeleteOfChangeableCollection

      void checkDeleteOfChangeableCollection(WTArrayList target_list) throws WTException
      Checks if deleting of the Changeable2 objects is allowed.


      Supported API: true
      Parameters:
      target_list -
      Throws:
      WTException