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

com.arjuna.wsas.tests.TestInitialisation Maven / Gradle / Ivy

package com.arjuna.wsas.tests;

import javax.servlet.ServletContextListener;
import javax.servlet.ServletContextEvent;
import java.util.EventListener;

/**
 * Created by IntelliJ IDEA.
 * User: adinn
 * Date: Mar 7, 2008
 * Time: 1:50:50 PM
 * To change this template use File | Settings | File Templates.
 */
public class TestInitialisation implements ServletContextListener
{
    public void contextInitialized(ServletContextEvent servletContextEvent) {
        // do nothing for now
    }

    public void contextDestroyed(ServletContextEvent servletContextEvent) {
        // do nothing for now
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy