436437438439440441442
* Fires a file changed event. <br /> * This will only happen if you monitor the file using {@link org.apache.commons.vfs.FileMonitor}. */ public void fireFileChanged(final FileObject file) { fireEvent(new ChangedEvent(file)); }
482483484485486487488