This project has retired. For details please refer to its
Attic page.
UpdateAware (Jetspeed-2 Core API 2.2.2 API)
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.
preUpdate
void preUpdate(PersistenceStore store)
postUpdate
void postUpdate(PersistenceStore store)
Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.