protected synchronized void _fireEvent() throws Exception
{
if (super._blnCanceled)
return;
GfrEventObjectAbs evt = new GfrEventObjectDoneReadFile(this, super._strError,
this._strPathAbs);
Iterator itr = super._listeners.iterator();
while (itr.hasNext())