Event Class

Used to encapsulate an event on the file system (e.g. create, update, rename, or delete).

Constructors

There are no public constructors.

Properties

Public Methods

getAction( ) 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.
getEventID( ) returns int
getDate( ) returns java.util.Date
Returns the date/time stamp when the event occurred.
toString( ) returns String
Returns a string representation of this event.
equals( Object obj ) returns boolean