Uses of Package
gnu.hylafax.job

Packages that use gnu.hylafax.job
gnu.hylafax.job   
gnu.hylafax.util   
 

Classes in gnu.hylafax.job used by gnu.hylafax.job
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.
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.
SendEvent
          This class contains the information available on a job notification.
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.
 

Classes in gnu.hylafax.job used by gnu.hylafax.util
BasicSendNotifier
          This interface defines what a class should implement in order to notify others of job related events.
ReceiveEvent
          This class contains the information available on a receive job notification.
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.
SendAndReceiveNotifier
          This class is a convenience class implementing both a SendNotifier and ReceiveNotifier.
SendEvent
          This class contains the information available on a job notification.
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.