net.dpml.transit.model
Class FileChangeEvent

java.lang.Object
  extended by java.util.EventObject
      extended by net.dpml.transit.model.FileChangeEvent
All Implemented Interfaces:
Serializable

public abstract class FileChangeEvent
extends EventObject

Event signalling a change to the Transit cache directory.

Version:
1.1.0
Author:
Digital Product Meta Library
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
FileChangeEvent(Object source, File file)
          Creation of a new file change event.
 
Method Summary
 File getFile()
          Return the new file value.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileChangeEvent

public FileChangeEvent(Object source,
                       File file)
Creation of a new file change event.

Parameters:
source - the object raising the event
file - the new file value
Method Detail

getFile

public File getFile()
Return the new file value.

Returns:
the new file