Class org.as2lib.io.file.FileEventInfo

org.as2lib.core.BasicClass
   +--org.as2lib.env.event.broadcaster.SimpleEventInfo
      +--org.as2lib.io.file.FileEventInfo

Description

Usual Informations to be published if a file event was called

Method Index

new FileEventInfo()

getFile()

Inherited from SimpleEventInfo

getName()

Inherited from BasicClass

toString()

Constructor Detail

FileEventInfo

public function FileEventInfo(event:String, file:File)

Constructs a new file event information

Parameters

eventEvent to be published
fileFile where the event was published

Method Detail

getFile

public function getFile(Void):File

Getter for the file that published the event.

Return

file that was published with the event.