Package pal.alignment

Interface AlignmentReceiver

All Known Implementing Classes:
AlignmentReceiver.BucketReceiver, AlignmentReceiver.SingleReceiver

public interface AlignmentReceiver
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final class 
    The SingleReceiver only keeps track of one alignment, the last one it received
    static final class 
    The SingleReceiver only keeps track of one alignment, the last one it received
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • newAlignment

      void newAlignment(Alignment a)