org.apache.jetspeed.components.persistence.store
Interface UpdateAware


public interface UpdateAware

Author:
Scott T. Weaver Classes implementing this interface can specificy operations performed before and after update operations via the PersistenceStore.

Method Summary
 void postUpdate(PersistenceStore store)
           
 void preUpdate(PersistenceStore store)
           
 

Method Detail

preUpdate

void preUpdate(PersistenceStore store)

postUpdate

void postUpdate(PersistenceStore store)


Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.