Rename nokia-api to vendor-api-nokia.
[SquirrelJME.git] / modules / jblend-api / src / main / java / com / jblend / io / j2me / events / EventDispatcher.java
blob232a7ec3c645cd2323428d1e7b18d4a42c2dbd71
1 // -*- Mode: Java; indent-tabs-mode: t; tab-width: 4 -*-
2 // ---------------------------------------------------------------------------
3 // SquirrelJME
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;
16 @Api
17 public class EventDispatcher
19 @Api
20 public EventDispatcher()
22 throw Debugging.todo();
25 @Api
26 public static Thread getEventThread()
28 throw Debugging.todo();
31 @Api
32 public static void start()
34 throw Debugging.todo();
37 @Api
38 public static void setCurrentMIDlet(MIDlet var0)
40 throw Debugging.todo();
43 @Api
44 public static void setJoclEventDispatcherInterface(EventDispatcherInterface var0)
46 throw Debugging.todo();
49 @Api
50 public static UiEventDispatcherInterface setUiEventDispatcherInterface(
51 UiEventDispatcherInterface var0)
53 throw Debugging.todo();
56 @Api
57 public static void setMIDletEventDispatcherInterface(
58 EventDispatcherInterface var0)
60 throw Debugging.todo();
63 @Api
64 public static void setMediaEventDispatcherInterface(
65 EventDispatcherInterface var0)
67 throw Debugging.todo();
70 @Api
71 public static void setSmafEventDispatcherInterface(EventDispatcherInterface var0)
73 throw Debugging.todo();
76 @Api
77 public static void setPhraseEventDispatcherInterface(
78 EventDispatcherInterface var0)
80 throw Debugging.todo();
83 @Api
84 public static void setDialEventDispatcherInterface(EventDispatcherInterface var0)
86 throw Debugging.todo();
89 @Api
90 public static synchronized int setOptionalEventDispatcher(
91 EventDispatcherInterface var0, int var1)
93 throw Debugging.todo();
96 @Api
97 public static int setOptionalEventDispatcher(EventDispatcherInterface var0,
98 int var1, String var2)
100 throw Debugging.todo();
103 @Api
104 public static synchronized void dispatchEvent()
106 throw Debugging.todo();