public class TimerOneTile
extends java.lang.Object
implements java.awt.event.ActionListener
Constructor and Description |
---|
TimerOneTile() |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
void |
setTile(Tile tile)
Sets the tile to be canceled
|
void |
start()
Starts the timer
|
void |
stop()
Stops the timer
|
public void setTile(Tile tile)
tile
- public void start()
public void stop()
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener