animace.label
Class TestLabel.MPictureActionListener

java.lang.Object
  extended by animace.label.TestLabel.MPictureActionListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
TestLabel

public static class TestLabel.MPictureActionListener
extends java.lang.Object
implements java.awt.event.ActionListener

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


Constructor Summary
TestLabel.MPictureActionListener(java.lang.String name)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          Když uživatel klikne na MoveablePicture, 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

TestLabel.MPictureActionListener

public TestLabel.MPictureActionListener(java.lang.String name)
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Když uživatel klikne na MoveablePicture, 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