Package com.sun.jna.platform
Class FileMonitor.FileEvent
- java.lang.Object
-
- java.util.EventObject
-
- com.sun.jna.platform.FileMonitor.FileEvent
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- FileMonitor
public class FileMonitor.FileEvent extends EventObject
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description File
getFile()
int
getType()
String
toString()
-
Methods inherited from class java.util.EventObject
getSource
-
-
-
-
Constructor Detail
-
FileEvent
public FileEvent(File file, int type)
-
-
Method Detail
-
getFile
public File getFile()
-
getType
public int getType()
-
toString
public String toString()
- Overrides:
toString
in classEventObject
-
-