org.norther.tammi.root.db
Interface PersisterListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
AbstractPersisterFactory, DefaultHibernatePersisterFactory, DefaultOJBPersisterFactory, DefaultXMLPersisterFactory

public interface PersisterListener
extends EventListener

A listener for persistent modifications.

Author:
Ilkka Priha

Method Summary
 void modified(String key, long timestamp)
          Invoked when modified.
 

Method Detail

modified

void modified(String key,
              long timestamp)
Invoked when modified.

Parameters:
key - the connection key.
timestamp - the timestamp.


Copyright © 2004 The Norther Organization. All rights reserved.