Uses of Class
gnu.hylafax.job.SendEvent

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

Uses of SendEvent in gnu.hylafax.job
 

Methods in gnu.hylafax.job with parameters of type SendEvent
 void SendNotifier.notifySendListeners(SendEvent details)
          This method is called when Job state changes.
 void SendListener.onSendEvent(SendEvent details)
          This method is called when send Job state changes.
 void BasicSendNotifier.notifySendListeners(SendEvent details)
          This method is called when Job state changes.
 

Uses of SendEvent in gnu.hylafax.util
 

Methods in gnu.hylafax.util with parameters of type SendEvent
 void SampleListener.onSendEvent(SendEvent event)
           
 void MailListener.onSendEvent(SendEvent event)