SolarMetric Kodo JDO 3.1.6 generated on August 25 2004

kodo.datacache
Interface ClassChangeListener

All Known Implementing Classes:
QueryCacheImpl

public interface ClassChangeListener

Interface for notification of data modification.

Since:
2.5

Method Summary
 void classesChanged(Collection classes)
          Invoked when objects of the types in the classes set have been changed.
 

Method Detail

classesChanged

public void classesChanged(Collection classes)

Invoked when objects of the types in the classes set have been changed. This could mean that items have been updated, deleted, or added.

Parameters:
classes - a set of Class objects that correspond to instances that have changed

SolarMetric Kodo JDO 3.1.6 generated on August 25 2004

Copyright 2001,2002 SolarMetric, Inc. All Rights Reserved.