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 cc
.squirreljme
.jvm
.mle
.callbacks
;
12 import cc
.squirreljme
.jvm
.mle
.brackets
.UIDisplayBracket
;
13 import cc
.squirreljme
.runtime
.cldc
.annotation
.Api
;
16 * This callback is used for any calls the display system makes to applications
22 public interface UIDisplayCallback
23 extends ShelfCallback
, UIDrawableCallback
26 * This is used to refer to a later invocation, by its ID.
28 * @param __display The display identifier.
29 * @param __serialId The identity of the serialized call.
33 void later(UIDisplayBracket __display
, int __serialId
);