org.freehep.record.loop.examples
Class RejectEvenStrings
java.lang.Object
org.freehep.record.loop.event.RecordAdapter
org.freehep.record.loop.examples.RejectEvenStrings
- All Implemented Interfaces:
- EventListener, RecordListener
public class RejectEvenStrings
- extends RecordAdapter
This class is an example of how to RecordListener
objects can be used to do
conditional processing of events by rejecting certain records that are
supplied. This example uses the listener in the EchoStrings example, but
this listener is chained behind an instance of this class which is an
RecordListener
that can reject, if specified, every other
record with which is suppiled to it.
- Version:
- $Id: RejectEvenStrings.java 8584 2006-08-10 23:06:37Z duns $
- Author:
- patton
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RejectEvenStrings
public RejectEvenStrings()
- Create an instance of this class.
recordSupplied
public void recordSupplied(RecordSuppliedEvent event)
- Description copied from interface:
RecordListener
- Called every time a new record is read by the SequentialRecordLoop's
SequentialRecordSource object.
- Specified by:
recordSupplied
in interface RecordListener
- Overrides:
recordSupplied
in class RecordAdapter
- Parameters:
event
- a RecordSuppliedEvent describing the data supplied.
main
public static void main(String[] args)
throws FileNotFoundException
- Throws:
FileNotFoundException
Copyright © 2000-2007 FreeHEP. All Rights Reserved.