Rename nokia-api to vendor-api-nokia.
[SquirrelJME.git] / modules / jblend-api / src / main / java / com / jblend / util / Hack.java
bloba3ca4c1a9a1ed35ff4ec1a0469d9dea6e97ab121
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.util;
12 import cc.squirreljme.runtime.cldc.annotation.Api;
13 import cc.squirreljme.runtime.cldc.debug.Debugging;
15 @Api
16 public final class Hack
18 @Api
19 public Hack()
21 throw Debugging.todo();
24 @Api
25 public static final void disableDispatch()
27 throw Debugging.todo();
30 @Api
31 public static final void enableDispatch()
33 throw Debugging.todo();
36 @Api
37 public static final void initializeDispatch()
39 throw Debugging.todo();
42 @Api
43 public static final void expandTimeslice(int var0)
45 throw Debugging.todo();
48 @Api
49 public static final void setTimeslice(int var0)
51 throw Debugging.todo();
54 @Api
55 public static final void dumpTheHeap()
57 throw Debugging.todo();
60 @Api
61 public static final void traceMethod(boolean var0)
63 throw Debugging.todo();
66 @Api
67 public static final void printAllThreadStatus()
69 throw Debugging.todo();
72 @Api
73 public static final boolean isSomeoneWaiting(Object var0)
75 throw Debugging.todo();