org.jlab.coda.et
Interface EventSelectable

All Known Implementing Classes:
StationLocal, StationSelection

public interface EventSelectable

This interface defines a method to use for custom event selection in a station.


Method Summary
 boolean select(SystemCreate sys, StationLocal st, Event ev)
          An event selection method must follow this form.
 

Method Detail

select

public boolean select(SystemCreate sys,
                      StationLocal st,
                      Event ev)
An event selection method must follow this form.

Parameters:
sys - the ET system object
st - the station using a user-defned selection method
ev - event being evaluated for selection