Uses of Interface
org.abraracourcix.alipes.common.Event

Packages that use Event
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 Event in org.abraracourcix.alipes.listeners
 

Methods in org.abraracourcix.alipes.listeners with parameters of type Event
 void Listener.eventOccurred(Event event, java.lang.Object resource)
          Signals that something interesting has happened
 

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

Methods in org.abraracourcix.alipes.listeners.email with parameters of type Event
 void SimpleEmailListener.eventOccurred(Event event, java.lang.Object resource)
          Deprecated. Something's happened - fire off emails
 void SelectiveEmailListener.eventOccurred(Event event, java.lang.Object resource)
          Something's happened - fire off emails
 

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

Methods in org.abraracourcix.alipes.listeners.filter with parameters of type Event
protected  boolean ResourceToStringWildCardFilter.accept(Event event, java.lang.Object resource)
           
protected abstract  boolean Filter.accept(Event event, java.lang.Object resource)
          Filter the resource object and event, and return true if we accept it
 void Filter.eventOccurred(Event event, java.lang.Object resource)
          See superclass
protected  boolean EventFilterListener.accept(Event event, java.lang.Object resource)
          Filter the resource object and event, and return true if we accept it
 

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

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

Methods in org.abraracourcix.alipes.listeners.logging with parameters of type Event
 void ConsoleListener.eventOccurred(Event event, java.lang.Object resource)
          Standard listener method
 

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

Methods in org.abraracourcix.alipes.listeners.status that return Event
 Event StatusListener.ResourceInfo.getEvent()
           
 

Methods in org.abraracourcix.alipes.listeners.status with parameters of type Event
 void StatusListener.eventOccurred(Event event, java.lang.Object resource)
          Log the event, and keep a record of it
 void StatusFrame.eventOccurred(Event event, java.lang.Object resource)
          if an event occurs we need to update
 

Constructors in org.abraracourcix.alipes.listeners.status with parameters of type Event
StatusListener.ResourceInfo(Event event, java.util.Date date)
          Constructor
 

Uses of Event in org.abraracourcix.alipes.monitors
 

Methods in org.abraracourcix.alipes.monitors with parameters of type Event
protected  void AbstractMonitor.signalListener(Event event, java.lang.Object resource)
          Subclasses can call this to signal to the listener
 

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

Classes in org.abraracourcix.alipes.monitors.file that implement Event
 class FileEvent
          An event representing all the things that could change about a file's state Java enumeration
 

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

Classes in org.abraracourcix.alipes.monitors.url that implement Event
 class URLEvent
          An event representing all the things that could go wrong with polling a URL
 

Uses of Event in org.abraracourcix.alipes.pipes
 

Methods in org.abraracourcix.alipes.pipes with parameters of type Event
 void Multiplexor.eventOccurred(Event event, java.lang.Object resource)
          something happened - pass the word on
 



Copyright © 2004-2005 Abraracourcix. All Rights Reserved.