public interface ChangeListener
Modifier and Type | Method and Description |
---|---|
void |
objectInserted(String queryName,
String entityName,
String transactionId,
String rowId) |
void |
objectUpdated(String queryName,
String entityName,
String transactionId,
String rowId) |
void |
register() |
void |
unregister() |