org.edg.security.delegation
Class DelegationsEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--org.edg.security.delegation.DelegationsEvent
All Implemented Interfaces:
java.io.Serializable

public class DelegationsEvent
extends java.util.EventObject

Represents a custom event that is fired when stored delegations must be updated so that expired ones are removed.

Version:
$Id: DelegationsEvent.java,v 1.1 2003/05/07 13:12:17 nkarlsso Exp $
Author:
Niklas Karlsson
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
DelegationsEvent(java.lang.Object source)
          Creates a new instance of DelegationsEvent
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DelegationsEvent

public DelegationsEvent(java.lang.Object source)
Creates a new instance of DelegationsEvent