org.as2lib.core.BasicClass +--org.as2lib.env.event.broadcaster.SimpleEventInfo +--org.as2lib.io.file.FileEventInfo
Usual Informations to be published if a file event was called
public function FileEventInfo(event:String, file:File)
Constructs a new file event information
event | Event to be published |
file | File where the event was published |
public function getFile(Void):File
Getter for the file that published the event.
file that was published with the event.