talx x1.0.5

Uses of Interface
talx.model.filters.ReceiverFilterListener

Packages that use ReceiverFilterListener
talx.controller Defines the behaviors for the system. 
talx.games.helpdesk   
talx.games.survey   
talx.model Provides state information for the entire application, and access to the transport system. 
talx.model.filters Provides message filter classes. 
 

Uses of ReceiverFilterListener in talx.controller
 

Classes in talx.controller that implement ReceiverFilterListener
 class TALLogger
          Provides logging services for normal system events.
 

Uses of ReceiverFilterListener in talx.games.helpdesk
 

Classes in talx.games.helpdesk that implement ReceiverFilterListener
 class HelpDesk
           
 

Uses of ReceiverFilterListener in talx.games.survey
 

Classes in talx.games.survey that implement ReceiverFilterListener
 class Survey
           
 

Uses of ReceiverFilterListener in talx.model
 

Classes in talx.model that implement ReceiverFilterListener
 class TransportToolkit
          Provides the message store API.
 

Uses of ReceiverFilterListener in talx.model.filters
 

Subinterfaces of ReceiverFilterListener in talx.model.filters
 interface ReceiverFilter
          Represents a filter in the incoming filter stack.
 

Classes in talx.model.filters that implement ReceiverFilterListener
 class CommandFilter
          Searches incoming messages for test commands and game moves.
 class InboxCountMonitor
          Keeps the outbox at or below a given size.
 class InboxDateMonitor
          Removes old messages from the inbox.
 class MultiRecipientFilter
          Filters messages that was sent to too many recipients.
 class OutboxCountMonitor
          Keeps the outbox at or below a given size.
 class OutboxDateMonitor
          Removes old messages from the outbox.
 class ReceiverFilterAdapter
          Adapter class for objects in the incoming filter stack.
 class RemoteReceiver
          Gets messages from an IMAP or POP3 store and passes them into the incoming filter stack.
 class SpyFilter
          Searches incoming messages for test commands and game moves.
 class TrashDateMonitor
          Removes old messages from the trash.
 

Methods in talx.model.filters with parameters of type ReceiverFilterListener
 void ReceiverFilterAdapter.addFilterListener(ReceiverFilterListener l)
           
 void ReceiverFilter.addFilterListener(ReceiverFilterListener l)
           
 


talx x1.0.5

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