Uses of Interface
org.abraracourcix.alipes.listeners.Listener

Packages that use Listener
org.abraracourcix.alipes.listeners   
org.abraracourcix.alipes.listeners.email   
org.abraracourcix.alipes.listeners.filter   
org.abraracourcix.alipes.listeners.logging   
org.abraracourcix.alipes.listeners.status   
org.abraracourcix.alipes.monitors   
org.abraracourcix.alipes.monitors.file   
org.abraracourcix.alipes.monitors.url   
org.abraracourcix.alipes.pipes   
 

Uses of Listener in org.abraracourcix.alipes.listeners
 

Classes in org.abraracourcix.alipes.listeners that implement Listener
 class AbstractListener
          not quite sure why we have this
 

Uses of Listener in org.abraracourcix.alipes.listeners.email
 

Classes in org.abraracourcix.alipes.listeners.email that implement Listener
 class SelectiveEmailListener
          A more sophisticated listener which combines message templates with a dynamic filtering system allowing certain recipients to register interest with only certain resources.
 class SimpleEmailListener
          Deprecated. Better to get an email listener from the EmailListenerFactory
 

Methods in org.abraracourcix.alipes.listeners.email that return Listener
 Listener EmailListenerFactory.getEmailListener(java.lang.String recipients)
          Get an email listener to email the given recipients
 

Uses of Listener in org.abraracourcix.alipes.listeners.filter
 

Classes in org.abraracourcix.alipes.listeners.filter that implement Listener
 class EventFilterListener
          Simple filter that only allows certain events thro
 class Filter
          Template class for filters
 class ResourceToStringWildCardFilter
          This filter filters on the basis of the Resource's toString method, applying a wildcard filter.
 

Constructors in org.abraracourcix.alipes.listeners.filter with parameters of type Listener
ResourceToStringWildCardFilter(Listener listener, java.lang.String wildcard)
          Constructor
Filter(Listener listener)
          Constructor
EventFilterListener(Listener listener, Event[] events, EventFilterListener.FilterType filterType)
          Constructor
 

Uses of Listener in org.abraracourcix.alipes.listeners.logging
 

Classes in org.abraracourcix.alipes.listeners.logging that implement Listener
 class ConsoleListener
          Simply sends any events to the std output
 

Uses of Listener in org.abraracourcix.alipes.listeners.status
 

Classes in org.abraracourcix.alipes.listeners.status that implement Listener
 class StatusFrame
          GUI status display.
 class StatusListener
          This listener merely retains a list of the latest statuses, and the times they were received.
 

Constructors in org.abraracourcix.alipes.listeners.status with parameters of type Listener
StatusListener(Listener listener)
          Constructor
 

Uses of Listener in org.abraracourcix.alipes.monitors
 

Constructors in org.abraracourcix.alipes.monitors with parameters of type Listener
PollingMonitor(Listener listener, long pollingFrequency)
          Constructor
AbstractMonitor(Listener listener)
          Constructor
 

Uses of Listener in org.abraracourcix.alipes.monitors.file
 

Methods in org.abraracourcix.alipes.monitors.file with parameters of type Listener
static FileStateMonitor FileStateMonitorFactory.getFileStateMonitor(java.io.File root, java.lang.String pattern, Listener listener, int polling)
          Construct and return a FileStateMonitor
 

Constructors in org.abraracourcix.alipes.monitors.file with parameters of type Listener
FileStateMonitor(Listener listener, long seconds)
          Constructor
DirectoryFileStateMonitor(Listener listener, long pollingFrequency, java.io.File dir)
          Constructor
DirectoryFileStateMonitor(Listener listener, int pollingFrequency, java.io.File dir, java.io.FileFilter fileFilter)
          Constructor
AbstractFileStateMonitor(Listener listener, long pollingFrequency)
          Constructor - pass through to superclass
 

Uses of Listener in org.abraracourcix.alipes.monitors.url
 

Constructors in org.abraracourcix.alipes.monitors.url with parameters of type Listener
URLMonitor(Listener listener, long pollingFrequency)
          Constructor
URLMonitor(Listener listener, long pollingFrequency, java.net.URL url)
          Constructor
URLMonitor(Listener listener, java.net.URL url)
          Constructor defaults to polling every 60 seconds
 

Uses of Listener in org.abraracourcix.alipes.pipes
 

Classes in org.abraracourcix.alipes.pipes that implement Listener
 class Multiplexor
          Multiplexes an event to several listeners
 

Methods in org.abraracourcix.alipes.pipes with parameters of type Listener
 void Multiplexor.addListener(Listener listener)
          Add a new one
 



Copyright © 2004-2005 Abraracourcix. All Rights Reserved.