net.sf.tomp.el.author.gui
Class Author.CourseListener

java.lang.Object
  extended by net.sf.tomp.el.author.gui.Author.CourseListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
Author

public class Author.CourseListener
extends java.lang.Object
implements java.awt.event.ActionListener

ActionListener for "Course" menu.
- this listener is for JMenuItems only
- for RadioButtonMenuItems is implemented CourseItemListener


Constructor Summary
Author.CourseListener()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          Recognizes the performed action in menu item "Course": Select - calls selectCourse() to select a course Save - calls io.saveCourse() to save the course New - calls tree.newCourse() to create a new course Delete - ?
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Author.CourseListener

public Author.CourseListener()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Recognizes the performed action in menu item "Course": Select - calls selectCourse() to select a course Save - calls io.saveCourse() to save the course New - calls tree.newCourse() to create a new course Delete - ?

Specified by:
actionPerformed in interface java.awt.event.ActionListener