473474475476477478479
/** * Fires a file delete event. */ public void fireFileDeleted(final FileObject file) { fireEvent(new DeleteEvent(file)); }