fr.emn.reactiveinput.devices
Class RecordCache

java.lang.Object
  extended byjava.util.Dictionary
      extended byjava.util.Hashtable
          extended byfr.emn.reactiveinput.devices.RecordCache
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable

public class RecordCache
extends java.util.Hashtable

Titre :

Description :

Copyright : Copyright (c) 2002

Société :

Version:
1.0
Author:
non attribuable
See Also:
Serialized Form

Constructor Summary
RecordCache()
           
 
Method Summary
 void addListener(RecordCacheListener l)
           
 void notifyUpdate(java.lang.Object k)
           
 java.lang.Object put(java.lang.Object k, java.lang.Object v)
           
 java.lang.Object put(java.lang.Object k, java.lang.Object v, boolean notify)
           
 void removeListener(RecordCacheListener l)
           
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, putAll, rehash, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RecordCache

public RecordCache()
Method Detail

put

public java.lang.Object put(java.lang.Object k,
                            java.lang.Object v)

put

public java.lang.Object put(java.lang.Object k,
                            java.lang.Object v,
                            boolean notify)

notifyUpdate

public void notifyUpdate(java.lang.Object k)

addListener

public void addListener(RecordCacheListener l)

removeListener

public void removeListener(RecordCacheListener l)