JavaXT
|
|
Event ClassUsed to encapsulate an event on the file system (e.g. create, update, rename, or delete).
ConstructorsThere are no public constructors.PropertiesDELETE
CREATE
RENAME
MODIFY
Public MethodsgetAction( ) returns String Returns a decription of the event (created, modified, deleted, etc.) getFile( ) returns String Returns the path of the file or directory that was created, modified, or deleted. getOriginalFile( ) returns String If a file or directory was moved or renamed, returns the path to the original file or directory. |