diff options
author | Starla Insigna <hatkirby@fourisland.com> | 2009-02-02 19:05:33 -0500 |
---|---|---|
committer | Starla Insigna <hatkirby@fourisland.com> | 2009-02-02 19:05:33 -0500 |
commit | 77a0ab8efb59cb86c2dfb57be2d41a80e12884ba (patch) | |
tree | 20eef819405356bc56f6f9e1d19af4db331bec46 /src/com/fourisland/fourpuzzle/gamestate/mapview/event/specialmove/MoveEvent.java | |
parent | b0a76c38cdffbf8813a5e326edb02d97ae2a8188 (diff) | |
download | fourpuzzle-77a0ab8efb59cb86c2dfb57be2d41a80e12884ba.tar.gz fourpuzzle-77a0ab8efb59cb86c2dfb57be2d41a80e12884ba.tar.bz2 fourpuzzle-77a0ab8efb59cb86c2dfb57be2d41a80e12884ba.zip |
Added JavaDoc to many classes
Diffstat (limited to 'src/com/fourisland/fourpuzzle/gamestate/mapview/event/specialmove/MoveEvent.java')
-rw-r--r-- | src/com/fourisland/fourpuzzle/gamestate/mapview/event/specialmove/MoveEvent.java | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/com/fourisland/fourpuzzle/gamestate/mapview/event/specialmove/MoveEvent.java b/src/com/fourisland/fourpuzzle/gamestate/mapview/event/specialmove/MoveEvent.java index 1d64d9e..b79c45a 100644 --- a/src/com/fourisland/fourpuzzle/gamestate/mapview/event/specialmove/MoveEvent.java +++ b/src/com/fourisland/fourpuzzle/gamestate/mapview/event/specialmove/MoveEvent.java | |||
@@ -9,7 +9,9 @@ package com.fourisland.fourpuzzle.gamestate.mapview.event.specialmove; | |||
9 | import com.fourisland.fourpuzzle.gamestate.mapview.event.Event; | 9 | import com.fourisland.fourpuzzle.gamestate.mapview.event.Event; |
10 | 10 | ||
11 | /** | 11 | /** |
12 | * | 12 | * A MoveEvent is an object that tells the <b>MoveEvent()</b> SpecialEvent |
13 | * what to do. | ||
14 | * | ||
13 | * @author hatkirby | 15 | * @author hatkirby |
14 | */ | 16 | */ |
15 | public interface MoveEvent { | 17 | public interface MoveEvent { |