animace.panel
Class TestPanel.PButtonActionListener

java.lang.Object
  extended by animace.panel.TestPanel.PButtonActionListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
TestPanel

public static class TestPanel.PButtonActionListener
extends java.lang.Object
implements java.awt.event.ActionListener

PButtonActionListener způsobí, že po kliknuti na PictureButton bude otevřeno okno s některými informacemi o objektu.


Constructor Summary
TestPanel.PButtonActionListener(java.lang.String name)
          Konstruktor vyžaduje jméno objektu, tento parametr se potom zobrazí mezi informacemi.
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          Když uživatel klikne na PictureButton, provede se tato obsluha, která otevře okno s některými informacemi o objektu.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestPanel.PButtonActionListener

public TestPanel.PButtonActionListener(java.lang.String name)
Konstruktor vyžaduje jméno objektu, tento parametr se potom zobrazí mezi informacemi.

Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Když uživatel klikne na PictureButton, provede se tato obsluha, která otevře okno s některými informacemi o objektu. Jméno, FPS, Počet snímků a počet vykonaných posunů.

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