Package gnu.hylafax.job

Interface Summary
ReceiveListener This interface defines what a class interested in receiving receive events should implement.
ReceiveNotifier This interface defines what a class should implement in order to notify others of job related events.
SendListener This interface defines what a class interested in receiving send Job related events should implement.
SendNotifier This interface defines what a class should implement in order to notify others of job related events.
 

Class Summary
BasicReceiveNotifier This interface defines what a class should implement in order to notify others of job related events.
BasicSendNotifier This interface defines what a class should implement in order to notify others of job related events.
Event This class contains the information available on a basic job notification.
Job This class is a light, unsynchronized implementation of gnu.hylafax.Job.
ReceiveEvent This class contains the information available on a receive job notification.
SendAndReceiveNotifier This class is a convenience class implementing both a SendNotifier and ReceiveNotifier.
SendEvent This class contains the information available on a job notification.
ThreadSafeJob This is a thread-safe implementation of the gnu.hylafax.Job interface.