Interface DeleteShortCutHandler


  • public interface DeleteShortCutHandler
    This service will be invoked when the delete shortcut was pressed in the GenericEditor.
    Since:
    1.10
    Author:
    Johannes Faltermeier
    • Method Detail

      • handleDeleteShortcut

        void handleDeleteShortcut​(java.util.List<java.lang.Object> toDelete)
        Performs the deletion.
        Parameters:
        toDelete - the objects to delete