talx x1.0.5

Uses of Class
talx.events.TALMailEvent

Packages that use TALMailEvent
talx.controller Defines the behaviors for the system. 
talx.events Provides system notification classes for use in other packages. 
talx.model Provides state information for the entire application, and access to the transport system. 
talx.model.filters Provides message filter classes. 
 

Uses of TALMailEvent in talx.controller
 

Methods in talx.controller with parameters of type TALMailEvent
 void TALLogger.sendingAutoMail(TALMailEvent ev)
          Not logged.
 void TALLogger.filterActivated(TALMailEvent ev)
          Logs the event.
 void TALLogger.newMailArrived(TALMailEvent ev)
          Not logged.
 void TALLogger.sendingMail(TALMailEvent ev)
          Not logged.
 

Uses of TALMailEvent in talx.events
 

Subclasses of TALMailEvent in talx.events
 class ComposeMailEvent
          This class is a Think And Link Event which is sent out in response to the compose window closing either because the message is being sent or because the composition is being aborted.
 class DeleteMailEvent
          Fired when a message is deleted.
 class NewMailEvent
          Fired when a new message arrives into the model.
 class ReadMailEvent
          Fired when a message is placed in the reader.
 class TALPeopleMailEvent
          Generic events that contain a list of people and a message.
 

Uses of TALMailEvent in talx.model
 

Methods in talx.model with parameters of type TALMailEvent
 void TransportToolkit.newMailArrived(TALMailEvent ev)
          Adds mail to person's inbox.
 void TransportToolkit.filterActivated(TALMailEvent ev)
          Moves the message from the inbox to the trash.
 void StoreListener.sendingAutoMail(TALMailEvent ev)
          This method is called when a filter sends a message.
 

Uses of TALMailEvent in talx.model.filters
 

Methods in talx.model.filters with parameters of type TALMailEvent
 void SenderFilterListener.sendingMail(TALMailEvent ev)
          This method is called when mail needs to be sent.
 void SenderFilterListener.filterActivated(TALMailEvent ev)
          This method is called when we have filtered/dropped a message.
 void SenderFilterAdapter.sendingMail(TALMailEvent ev)
          This method is called when mail is to be sent out from the system.
 void SenderFilterAdapter.filterActivated(TALMailEvent ev)
          This method is called when the previous filter dropped a message.
 void SenderFilterAdapter.fireSendingMail(TALMailEvent ev)
          This method is called to pass the message to the next filter.
 void SenderFilterAdapter.fireFilterActivated(TALMailEvent ev)
          This method is called to drop a message.
 void RemoteSender.sendingMail(TALMailEvent ev)
          This method is used by other components to let us know that a message in needs to be sent.
 void RemoteSender.filterActivated(TALMailEvent ev)
           
 void ReceiverFilterListener.newMailArrived(TALMailEvent ev)
          This method is called when new mail arrives.
 void ReceiverFilterListener.filterActivated(TALMailEvent ev)
          This method is called when we have filtered/dropped a message.
 void ReceiverFilterAdapter.filterActivated(TALMailEvent ev)
          This method is called when the previous filter dropped a message.
 void ReceiverFilterAdapter.newMailArrived(TALMailEvent ev)
          This method is called when mail arrives that has never been in the system before.
protected  void ReceiverFilterAdapter.fireNewMailEvent(TALMailEvent ev)
          This method is called when we wish to send out a event that signifies that a new VALID mail has arrived to this email client.
protected  void ReceiverFilterAdapter.fireFilterActivated(TALMailEvent ev)
          This method is called when we wish to send out a event that signifies that we have filtered an email message.
 


talx x1.0.5

© 2001-2005 University of Oregon.
Eugene OR 97403, U.S.A. All Rights Reserved.