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

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

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

import java.util.EventObject;

/**
 * 

Created by Jeff Gaynor
* on 9/14/12 at 5:21 PM */ public class NotificationEvent extends EventObject { public NotificationEvent(Object source) { super(source); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy