Uses of Class
org.abraracourcix.alipes.listeners.ListenerException

Packages that use ListenerException
org.abraracourcix.alipes.listeners   
org.abraracourcix.alipes.listeners.email   
org.abraracourcix.alipes.listeners.filter   
org.abraracourcix.alipes.listeners.status   
org.abraracourcix.alipes.monitors   
org.abraracourcix.alipes.pipes   
 

Uses of ListenerException in org.abraracourcix.alipes.listeners
 

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

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

Subclasses of ListenerException in org.abraracourcix.alipes.listeners.email
 class EmailListenerException
          Yet another exception.
 

Methods in org.abraracourcix.alipes.listeners.email that throw ListenerException
static void SimpleEmailListener.main(java.lang.String[] args)
          Deprecated. Let's try it out.
static void SelectiveEmailListener.main(java.lang.String[] args)
          Let's try it out.
 

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

Methods in org.abraracourcix.alipes.listeners.filter that throw ListenerException
 void Filter.eventOccurred(Event event, java.lang.Object resource)
          See superclass
 

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

Methods in org.abraracourcix.alipes.listeners.status that throw ListenerException
 void StatusListener.eventOccurred(Event event, java.lang.Object resource)
          Log the event, and keep a record of it
 

Uses of ListenerException in org.abraracourcix.alipes.monitors
 

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

Uses of ListenerException in org.abraracourcix.alipes.pipes
 

Subclasses of ListenerException in org.abraracourcix.alipes.pipes
 class MultiplexorException
          Can occur if one or more of the multiplexor's listeners throw an exception.
 



Copyright © 2004-2005 Abraracourcix. All Rights Reserved.