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

edu.uiuc.ncsa.security.servlet.Notifier Maven / Gradle / Ivy

There is a newer version: 4.3
Show newest version
package edu.uiuc.ncsa.security.servlet;

import edu.uiuc.ncsa.security.core.util.MyLoggingFacade;
import edu.uiuc.ncsa.security.util.mail.MailUtil;

/**
 * 

Created by Jeff Gaynor
* on 9/14/12 at 5:23 PM */ public abstract class Notifier implements NotificationListener { public Notifier(MailUtil mailUtil, MyLoggingFacade loggingFacade) { this.mailUtil = mailUtil; this.loggingFacade = loggingFacade; } protected MailUtil mailUtil; protected MyLoggingFacade loggingFacade; }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy