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 SummaryFields Modifier and Type Field Description protected MyLoggingFacadeloggingFacadeprotected MailUtilmailUtil
 - 
Constructor SummaryConstructors Constructor Description Notifier(MailUtil mailUtil, MyLoggingFacade loggingFacade)
 
- 
- 
- 
Field Detail- 
mailUtilprotected MailUtil mailUtil 
 - 
loggingFacadeprotected MyLoggingFacade loggingFacade 
 
- 
 - 
Constructor Detail- 
Notifierpublic Notifier(MailUtil mailUtil, MyLoggingFacade loggingFacade) 
 
- 
 
-