dimawo.middleware.fileSystem.events
Class AddFile

java.lang.Object
  extended by dimawo.middleware.fileSystem.events.AddFile

public class AddFile
extends Object


Field Summary
protected  File file
           
protected  String fileUID
           
protected  FileDescriptor.FileMode mode
           
 
Constructor Summary
AddFile(String fileUID, File file, FileDescriptor.FileMode mode, FileSystemCallBack cb)
           
 
Method Summary
 FileSystemCallBack getCallBack()
           
 File getFile()
           
 FileDescriptor.FileMode getFileMode()
           
 String getFileUID()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fileUID

protected String fileUID

file

protected File file

mode

protected FileDescriptor.FileMode mode
Constructor Detail

AddFile

public AddFile(String fileUID,
               File file,
               FileDescriptor.FileMode mode,
               FileSystemCallBack cb)
Method Detail

getFileUID

public String getFileUID()

getFile

public File getFile()

getFileMode

public FileDescriptor.FileMode getFileMode()

getCallBack

public FileSystemCallBack getCallBack()


Copyright © 2011 DiMaWo Team. All Rights Reserved.