org.alfresco.repo.avm
Interface CreateStoreCallback

All Known Implementing Classes:
AVMContext

public interface CreateStoreCallback

Interface for listeners to new store events.


Method Summary
 void storeCreated(java.lang.String storeName)
          A new store has been created.
 

Method Detail

storeCreated

void storeCreated(java.lang.String storeName)
A new store has been created.

Parameters:
storeName - The name of the new store.


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.