jdbm
Interface RecordListener<K,V>

Type Parameters:
K - key type
V - value type

public interface RecordListener<K,V>

An listener notifed when record is inserted, updated or removed

Author:
Jan Kotek

Method Summary
 void recordInserted(K key, V value)
           
 void recordRemoved(K key, V value)
           
 void recordUpdated(K key, V oldValue, V newValue)
           
 

Method Detail

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