/*
- * Copyright 2000-2014 JetBrains s.r.o.
+ * Copyright 2000-2016 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
/**
* Receives notifications about changes in the virtual file system.
*
- * @see com.intellij.openapi.vfs.VirtualFileManager#addVirtualFileListener(VirtualFileListener)
- * @see com.intellij.openapi.vfs.VirtualFileAdapter
+ * @see VirtualFileManager#addVirtualFileListener(VirtualFileListener)
+ * @see VirtualFileAdapter
*/
public interface VirtualFileListener extends EventListener {
/**
* @param event the event object containing information about the change.
*/
void beforeFileMovement(@NotNull VirtualFileMoveEvent event);
-}
+}
\ No newline at end of file