1 // -*- Mode: Java; indent-tabs-mode: t; tab-width: 4 -*-
2 // ---------------------------------------------------------------------------
4 // Copyright (C) Stephanie Gawroriski <xer@multiphasicapps.net>
5 // ---------------------------------------------------------------------------
6 // SquirrelJME is under the GNU General Public License v3+, or later.
7 // See license.mkd for licensing and copyright information.
8 // ---------------------------------------------------------------------------
10 package com
.jblend
.io
.j2me
.events
;
12 import cc
.squirreljme
.runtime
.cldc
.annotation
.Api
;
13 import cc
.squirreljme
.runtime
.cldc
.debug
.Debugging
;
14 import javax
.microedition
.midlet
.MIDlet
;
17 public class EventDispatcher
20 public EventDispatcher()
22 throw Debugging
.todo();
26 public static Thread
getEventThread()
28 throw Debugging
.todo();
32 public static void start()
34 throw Debugging
.todo();
38 public static void setCurrentMIDlet(MIDlet var0
)
40 throw Debugging
.todo();
44 public static void setJoclEventDispatcherInterface(EventDispatcherInterface var0
)
46 throw Debugging
.todo();
50 public static UiEventDispatcherInterface
setUiEventDispatcherInterface(
51 UiEventDispatcherInterface var0
)
53 throw Debugging
.todo();
57 public static void setMIDletEventDispatcherInterface(
58 EventDispatcherInterface var0
)
60 throw Debugging
.todo();
64 public static void setMediaEventDispatcherInterface(
65 EventDispatcherInterface var0
)
67 throw Debugging
.todo();
71 public static void setSmafEventDispatcherInterface(EventDispatcherInterface var0
)
73 throw Debugging
.todo();
77 public static void setPhraseEventDispatcherInterface(
78 EventDispatcherInterface var0
)
80 throw Debugging
.todo();
84 public static void setDialEventDispatcherInterface(EventDispatcherInterface var0
)
86 throw Debugging
.todo();
90 public static synchronized int setOptionalEventDispatcher(
91 EventDispatcherInterface var0
, int var1
)
93 throw Debugging
.todo();
97 public static int setOptionalEventDispatcher(EventDispatcherInterface var0
,
98 int var1
, String var2
)
100 throw Debugging
.todo();
104 public static synchronized void dispatchEvent()
106 throw Debugging
.todo();