jdbm
Interface RecordListener<K,V>
- Type Parameters:
K
- key typeV
- value type
public interface RecordListener<K,V>
An listener notifed when record is inserted, updated or removed
- Author:
- Jan Kotek
recordInserted
void recordInserted(K key,
V value)
throws java.io.IOException
- Throws:
java.io.IOException
recordUpdated
void recordUpdated(K key,
V oldValue,
V newValue)
throws java.io.IOException
- Throws:
java.io.IOException
recordRemoved
void recordRemoved(K key,
V value)
throws java.io.IOException
- Throws:
java.io.IOException
Cees de Groot (C) 2000. All rights reserved http://jdbm.sourceforge.net