|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.glite.slcs.config.FileConfigurationEvent
public class FileConfigurationEvent
FileConfigurationEvent is a event sent by the FileConfigurationMonitor to all the FileConfigurationListener.
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 |
---|
public static final int FILE_MODIFIED
Constructor Detail |
---|
public FileConfigurationEvent(java.lang.Object source, int eventType)
source
- Method Detail |
---|
public int getType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |