uk.ac.starlink.splat.iface
Interface ColumnGeneratorListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
SpecViewerFrame

public interface ColumnGeneratorListener
extends EventListener

Defines an interface to be used when listening for new data columns created by a ColumnGenerator.


Method Summary
 void acceptGeneratedColumn(Object source, double[] column)
          Accept a column that has just been generated.
 

Method Detail

acceptGeneratedColumn

void acceptGeneratedColumn(Object source,
                           double[] column)
Accept a column that has just been generated. The source is the instance of ColumnGenerator that is related to the data.



Copyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.