|
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. |