org.glite.slcs.config
Class FileConfigurationEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.glite.slcs.config.FileConfigurationEvent
All Implemented Interfaces:
java.io.Serializable

public class FileConfigurationEvent
extends java.util.EventObject

FileConfigurationEvent is a event sent by the FileConfigurationMonitor to all the FileConfigurationListener.

Version:
$Revision: 1.2 $
Author:
Valery Tschopp
See Also:
Serialized Form

Field Summary
static int FILE_MODIFIED
          Event FILE_MODIFIED
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
FileConfigurationEvent(java.lang.Object source, int eventType)
          Constructor
 
Method Summary
 int getType()
           
 
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
 

Field Detail

FILE_MODIFIED

public static final int FILE_MODIFIED
Event FILE_MODIFIED

See Also:
Constant Field Values
Constructor Detail

FileConfigurationEvent

public FileConfigurationEvent(java.lang.Object source,
                              int eventType)
Constructor

Parameters:
source -
Method Detail

getType

public int getType()
Returns:
Returns the event type.