summary refs log tree commit diff stats
path: root/src/com/fourisland/fourpuzzle/gamestate/mapview/event/specialmove/MoveEvent.java
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2009-02-02 19:05:33 -0500
committerStarla Insigna <hatkirby@fourisland.com>2009-02-02 19:05:33 -0500
commit77a0ab8efb59cb86c2dfb57be2d41a80e12884ba (patch)
tree20eef819405356bc56f6f9e1d19af4db331bec46 /src/com/fourisland/fourpuzzle/gamestate/mapview/event/specialmove/MoveEvent.java
parentb0a76c38cdffbf8813a5e326edb02d97ae2a8188 (diff)
downloadfourpuzzle-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.java4
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;
9import com.fourisland.fourpuzzle.gamestate.mapview.event.Event; 9import 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 */
15public interface MoveEvent { 17public interface MoveEvent {