Class QuitAction

java.lang.Object
   |
   +----javax.swing.AbstractAction
           |
           +----QuitAction

public class QuitAction
extends AbstractAction

Constructor Index

 o QuitAction(Mozart)

Method Index

 o actionPerformed(ActionEvent)

Constructors

 o QuitAction
 public QuitAction(Mozart mz)

Methods

 o actionPerformed
 public void actionPerformed(ActionEvent event)
Overrides:
actionPerformed in class AbstractAction