merja.gui.actions
Class ActionStop

java.lang.Object
  extended bymerja.gui.actions.MerjaAction
      extended bymerja.gui.actions.ActionStop
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class ActionStop
extends MerjaAction

Class gérant l'action "stop"


Field Summary
 
Fields inherited from class merja.gui.actions.MerjaAction
m_frame, m_name
 
Constructor Summary
ActionStop()
          Constructeur
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent actionEvent)
          Action qui stoppe le thread de l'onglet courant
 
Methods inherited from class merja.gui.actions.MerjaAction
getName, setFrame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionStop

public ActionStop()
Constructeur

Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent actionEvent)
Action qui stoppe le thread de l'onglet courant

Parameters:
actionEvent - évènement générant l'action