org.edg.security.delegation
Interface DelegationsEventListener

All Superinterfaces:
java.util.EventListener
All Known Subinterfaces:
DelegationStorage
All Known Implementing Classes:
DelegationStorageDB, DelegationStorageMap

public interface DelegationsEventListener
extends java.util.EventListener

A listener interface for UpdateDelegationEvents.

Version:
$Id: DelegationsEventListener.java,v 1.1 2003/05/07 13:12:17 nkarlsso Exp $
Author:
Niklas Karlsson

Method Summary
 void DelegationsEventOccurred(DelegationsEvent evt)
           
 

Method Detail

DelegationsEventOccurred

public void DelegationsEventOccurred(DelegationsEvent evt)
Parameters:
evt - the UpdateDelegationsEvent that was fired