All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.dottydingo.hyperion.service.persistence.EntityChangeListener Maven / Gradle / Ivy

package com.dottydingo.hyperion.service.persistence;

import com.dottydingo.hyperion.api.ApiObject;

/**
 */
public interface EntityChangeListener
{
    void processEntityChange(EntityChangeEvent event);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy