public interface EntityListener
Modifier and Type | Method and Description |
---|---|
void |
afterEntityDelete(Entity entity)
Notification after an entity is deleted.
|
void |
beforeEntityDelete(AmberConnection aConn,
Entity entity)
Notification before an entity is deleted.
|
void beforeEntityDelete(AmberConnection aConn, Entity entity) throws java.sql.SQLException
java.sql.SQLException
void afterEntityDelete(Entity entity)