faa.tg.prep.tmf.ufp
Class AcidListFilter
java.lang.Object
faa.tg.filters.AbstractFilter
faa.tg.prep.tmf.ufp.AcidListFilter
- All Implemented Interfaces:
- Filter, FilterableListener, java.io.Serializable, java.util.EventListener
public class AcidListFilter
- extends AbstractFilter
AcidListFilter is a AbstractFilter; it listens for Filterables, checks to
see if the events are for the requested Acid, and
if so sends those events to listeners registered for that Filterable.
See the source: AcidListFilter.java
- Version:
- $Id: AcidListFilter.java,v 3.1 2006/03/14 15:57:38 samf Exp $
- Author:
- Michael E. Ross
- See Also:
- Serialized Form
|
Constructor Summary |
AcidListFilter()
Constructs a class that filters objects by acid; |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
static final long serialVersionUID
- See Also:
- Constant Field Values
CVS_VERSION_ID
public static final java.lang.String CVS_VERSION_ID
- The CVS Version ID
- See Also:
- Constant Field Values
AcidHt
private java.util.Hashtable AcidHt
AcidListFilter
public AcidListFilter()
- Constructs a class that filters objects by acid;
initilize
public void initilize(TzMessageImporter tzImporter)
handleObject
public void handleObject(Filterable evt)
- Receives Filterables and sends the ones with the correct date
to the listeners.
- Specified by:
handleObject in interface FilterableListener- Specified by:
handleObject in class AbstractFilter
- Parameters:
evt - The Filterable object.
main
public static void main(java.lang.String[] argv)
- Main method for testing