Skip navigation links
eve.database

Interface DataValidator

Parameters:
database - The Database that holds the data.
newData - The data being saved or changed or read. If you need to modify the data, then modify this parameter.
oldData - The original data before the change or deletion.
Throws:
InvalidDataException - If the operation should be disallowed due to bad data.
IOException
Skip navigation links