notifyListeners(notification);
}
protected void sendNotification(String tableName,
StorageSourceNotification.Action action, Set<Object> rowKeys) {
StorageSourceNotification notification =
new StorageSourceNotification(tableName, action, rowKeys);
notifyListeners(notification);
}