All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class org.jos.fs.FileSystemEvent

java.lang.Object
    |
    +----java.util.EventObject
            |
            +----org.jos.fs.FileSystemEvent

public class FileSystemEvent
extends EventObject
Version:
JOS-FileSystem 4 Preview (25-Mar-98)
Author:
Stefan Reich
See Also:
FileSystemListener

Variable Index

 o BRANCH
 o DIR
 o FILE

Constructor Index

 o FileSystemEvent(FileSystem, int, String)
 o FileSystemEvent(FileSystem, int, String, String)

Method Index

 o getEntityType()
 o getFileSystem()
 o getNewPath()
optional
 o getPath()

Variables

 o FILE
public static final int FILE
 o DIR
public static final int DIR
 o BRANCH
public static final int BRANCH

Constructors

 o FileSystemEvent
public FileSystemEvent(FileSystem source,
                       int entityType,
                       String path)
 o FileSystemEvent
public FileSystemEvent(FileSystem source,
                       int entityType,
                       String path,
                       String newPath)

Methods

 o getFileSystem
public FileSystem getFileSystem()
 o getEntityType
public int getEntityType()
 o getPath
public String getPath()
 o getNewPath
public String getNewPath()
optional


All Packages  Class Hierarchy  This Package  Previous  Next  Index