Package edu.uiuc.ncsa.security.servlet
Class Notifier
- java.lang.Object
-
- edu.uiuc.ncsa.security.servlet.Notifier
-
- All Implemented Interfaces:
NotificationListener
,EventListener
public abstract class Notifier extends Object implements NotificationListener
Created by Jeff Gaynor
on 9/14/12 at 5:23 PM
-
-
Field Summary
Fields Modifier and Type Field Description protected MyLoggingFacade
loggingFacade
protected MailUtil
mailUtil
-
Constructor Summary
Constructors Constructor Description Notifier(MailUtil mailUtil, MyLoggingFacade loggingFacade)
-
-
-
Field Detail
-
mailUtil
protected MailUtil mailUtil
-
loggingFacade
protected MyLoggingFacade loggingFacade
-
-
Constructor Detail
-
Notifier
public Notifier(MailUtil mailUtil, MyLoggingFacade loggingFacade)
-
-