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

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

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

ActionListener for "Lecture" menu.
- this listener is for JMenuItems only
- for RadioButtonMenuItems is implemented LectureItemListener


Constructor Summary
Author.LectureListener()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          Recognizes the performed action in menu item "Lecture":
Select - calls selectLecture to select a lecture
Save - calls saveLecture to save the lecture
New - calls newLecture to create a new lecture
Delete - calls removeLecture to delete a lecture
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Author.LectureListener

public Author.LectureListener()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Recognizes the performed action in menu item "Lecture":
Select - calls selectLecture to select a lecture
Save - calls saveLecture to save the lecture
New - calls newLecture to create a new lecture
Delete - calls removeLecture to delete a lecture

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