SolarMetric Kodo JDO 2.5.0 Reverse Schema Tool

com.solarmetric.rd.kodo.runtime
Interface ObjectListener


public interface ObjectListener

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


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

Method Detail

objectUpdated

public void objectUpdated(com.solarmetric.rd.kodo.runtime.ObjectEvent event)
Notification that a persistent object has changed in the data store.


objectInserted

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


objectDeleted

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


SolarMetric Kodo JDO 2.5.0 Reverse Schema Tool

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