edu.sc.seis.fissuresUtil.display
Interface SeismogramDisplayListener

All Known Implementing Classes:
DrawableFilteredSeismogram, DrawableSeismogram

public interface SeismogramDisplayListener


Method Summary
 void added(SeismogramDisplay recipient, Drawable drawable)
           
 void removed(SeismogramDisplay bereaved, Drawable drawable)
           
 void switching(SeismogramDisplay from, SeismogramDisplay to)
          called when the display from is being replaced by to
 

Method Detail

switching

void switching(SeismogramDisplay from,
               SeismogramDisplay to)
called when the display from is being replaced by to


added

void added(SeismogramDisplay recipient,
           Drawable drawable)

removed

void removed(SeismogramDisplay bereaved,
             Drawable drawable)