Palm API
Beta 2

com.sun.kjava
Interface DialogOwner


public interface DialogOwner

A simple interface to be used by anything wishing to display a modal dialog.

See Also:
Dialog

Method Summary
 void dialogDismissed(java.lang.String title)
          The Dialog with title title has been dismissed.
 

Method Detail

dialogDismissed

public void dialogDismissed(java.lang.String title)
The Dialog with title title has been dismissed.
Parameters:
title - title of the Dialog that was dismissed.

Submit a bug or feature

The GUI classes provided with this release are NOT part of CLDC, and they will be removed in later releases of this software. Official GUI classes for Java 2 Micro Edition will be defined separately through the Java Community Process and included in J2ME profiles. Java is trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2000 Sun Microsystems, Inc.
901 San Antonio Road, Palo Alto, California, 94303, U.S.A.
All Rights Reserved.