public class TimerOneTile extends Object implements ActionListener
Constructor and Description |
---|
TimerOneTile() |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(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(ActionEvent e)
actionPerformed
in interface ActionListener