org.glite.slcs.config
Interface FileConfigurationListener

All Superinterfaces:
java.util.EventListener

public interface FileConfigurationListener
extends java.util.EventListener

FileConfigurationListener is used to monitor FileConfiguration modifications.

Version:
$Revision: 1.2 $
Author:
Valery Tschopp

Method Summary
 void fileConfigurationChanged(FileConfigurationEvent event)
          When the FileConfiguration changed, the listener receives this event notification.
 

Method Detail

fileConfigurationChanged

void fileConfigurationChanged(FileConfigurationEvent event)
When the FileConfiguration changed, the listener receives this event notification.

Parameters:
event - The FileConfigurationEvent dispatched