All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.alfresco.mock.test.MockDictionaryBootstrap Maven / Gradle / Ivy

Go to download

This is a jar project based on mock classes to test fastly the alfresco applications

The newest version!
package org.alfresco.mock.test;

import org.alfresco.repo.dictionary.DictionaryListener;

public class MockDictionaryBootstrap implements DictionaryListener {

	@Override
	public void onDictionaryInit() {
		// TODO Auto-generated method stub
		
	}

	@Override
	public void afterDictionaryDestroy() {
		// TODO Auto-generated method stub
		
	}

	@Override
	public void afterDictionaryInit() {
		// TODO Auto-generated method stub
		
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy