Class SeqIOEventEmitter


  • public class SeqIOEventEmitter
    extends Object
    Deprecated.
    Use org.biojavax.bio.seq.io framework instead
    SeqIOEventEmitter is a utility class which scans a Sequence object and sends events describing its constituent data to a SeqIOListener. The listener should be able to reconstruct the Sequence from these events.
    Since:
    1.2
    Author:
    Keith James
    • Method Detail

      • getSeqIOEvents

        public void getSeqIOEvents​(Sequence seq,
                                   SeqIOListener listener)
        Deprecated.
        getSeqIOEvents scans a Sequence object and sends events describing its data to the SeqIOListener.
        Parameters:
        seq - a Sequence.
        listener - a SeqIOListener.