Interface PreInsertEventListener

All Known Implementing Classes:
BeanValidationEventListener

public interface PreInsertEventListener
Called before inserting an item in the datastore
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Return true if the operation should be vetoed
  • Method Details

    • onPreInsert

      boolean onPreInsert(PreInsertEvent event)
      Return true if the operation should be vetoed