public class FileChangeEvent extends Object implements Serializable
| Constructor and Description |
|---|
FileChangeEvent(File aFile) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
File |
getFile()
Returns the file that changed as passed in the constructor.
|
int |
hashCode() |
String |
toString() |
Copyright © 2014–2015 Philip Helger. All rights reserved.