SolarMetric Kodo JDO Enterprise Edition 2.3.1 generated on August 20 2002

com.solarmetric.kodo.ee
Interface ObjectEventListener


public interface ObjectEventListener

An entity that wishes to be notified on changes to persistent instances.

Author:
Abe White

Method Summary
 void objectDeleted(ObjectEvent event)
          Notification that a persistent object has been removed from the data store.
 void objectInserted(ObjectEvent event)
          Notification that a persistent object has been added to the data store.
 void objectUpdated(ObjectEvent event)
          Notification that a persistent object has changed in the data store.
 

Method Detail

objectUpdated

public void objectUpdated(ObjectEvent event)
Notification that a persistent object has changed in the data store.

objectInserted

public void objectInserted(ObjectEvent event)
Notification that a persistent object has been added to the data store.

objectDeleted

public void objectDeleted(ObjectEvent event)
Notification that a persistent object has been removed from the data store.

SolarMetric Kodo JDO Enterprise Edition 2.3.1 generated on August 20 2002

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