package eclass2.Main;


import java.util.Collection;

/**
 *
 *  This contains all the information about a particular Lecture that
                    would be loaded or saved to a file  * 
 * @author 
 * @version 
 *
 **/

public class LectureView {

     /** Default Constructor **/
     public LectureView() {

     }

     protected Lecture lecture;

     protected int topicIndex;

     protected int slideIndex;

}