gnu.hylafax.job
Class Event

java.lang.Object
  |
  +--gnu.hylafax.job.Event
Direct Known Subclasses:
ReceiveEvent, SendEvent

public class Event
extends java.lang.Object

This class contains the information available on a basic job notification.

Version:
$Id: Event.java,v 1.2 2005/06/02 03:37:23 sjardine Exp $
Author:
$Author: sjardine $

Constructor Summary
Event()
           
 
Method Summary
 java.lang.String getFilename()
           
 void setFilename(java.lang.String fn)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Event

public Event()
Method Detail

getFilename

public java.lang.String getFilename()

setFilename

public void setFilename(java.lang.String fn)