summary refs log tree commit diff stats
path: root/src/com/fourisland/fourpuzzle/gamestate/mapview/event/SpecialEvent.java
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2009-01-30 14:03:13 -0500
committerStarla Insigna <hatkirby@fourisland.com>2009-01-30 14:03:13 -0500
commit0526f49e9b06d77f979d3e3ae67ce4f8b827a362 (patch)
treedbfd3cb46f522aeb1d0c2eaadf78534885d6ce97 /src/com/fourisland/fourpuzzle/gamestate/mapview/event/SpecialEvent.java
parentbb4a7e26902fd448ec7e041a7373cc30abb8feba (diff)
downloadfourpuzzle-0526f49e9b06d77f979d3e3ae67ce4f8b827a362.tar.gz
fourpuzzle-0526f49e9b06d77f979d3e3ae67ce4f8b827a362.tar.bz2
fourpuzzle-0526f49e9b06d77f979d3e3ae67ce4f8b827a362.zip
Created Viewpoint
Diffstat (limited to 'src/com/fourisland/fourpuzzle/gamestate/mapview/event/SpecialEvent.java')
-rw-r--r--src/com/fourisland/fourpuzzle/gamestate/mapview/event/SpecialEvent.java8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/com/fourisland/fourpuzzle/gamestate/mapview/event/SpecialEvent.java b/src/com/fourisland/fourpuzzle/gamestate/mapview/event/SpecialEvent.java index 52b75de..615396b 100644 --- a/src/com/fourisland/fourpuzzle/gamestate/mapview/event/SpecialEvent.java +++ b/src/com/fourisland/fourpuzzle/gamestate/mapview/event/SpecialEvent.java
@@ -17,14 +17,6 @@ import java.util.logging.Logger;
17 * @author hatkirby 17 * @author hatkirby
18 */ 18 */
19public class SpecialEvent { 19public class SpecialEvent {
20
21 /* TODO Create a manager for SpecialEvent action threads that
22 * controls when they are executed and allows MapViewGameState
23 * to poll it to see if it is currently managing any action
24 * threads. If it is, MapViewGameState should be able to prevent
25 * certain actions from occuring (unless the action thread is
26 * ParallelProcess) such as keyboard input.
27 */
28 20
29 /** 21 /**
30 * Display a message on the screen. 22 * Display a message on the screen.