org.dellroad.stuff.pobj
Interface PersistentObjectListener<T>

Type Parameters:
T - type of the root persistent object

public interface PersistentObjectListener<T>

Listener interface for changes to a PersistentObject.


Method Summary
 void handleEvent(PersistentObjectEvent<T> event)
          Handle notification of an updated root object.
 

Method Detail

handleEvent

void handleEvent(PersistentObjectEvent<T> event)
Handle notification of an updated root object.