Use is subject to License Terms. Your use of this web site or any of its contents or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

Java™ 2 Platform, Micro Edition Content Handler API (Final Release, June 3, 2005)

Constant Field Values


Contents
javax.microedition.*

javax.microedition.content.ContentHandler
public static final java.lang.String ACTION_EDIT "edit"
public static final java.lang.String ACTION_EXECUTE "execute"
public static final java.lang.String ACTION_INSTALL "install"
public static final java.lang.String ACTION_NEW "new"
public static final java.lang.String ACTION_OPEN "open"
public static final java.lang.String ACTION_PRINT "print"
public static final java.lang.String ACTION_SAVE "save"
public static final java.lang.String ACTION_SELECT "select"
public static final java.lang.String ACTION_SEND "send"
public static final java.lang.String ACTION_STOP "stop"
public static final java.lang.String UNIVERSAL_TYPE "*"

javax.microedition.content.ContentHandlerException
public static final int AMBIGUOUS 3
public static final int NO_REGISTERED_HANDLER 1
public static final int TYPE_UNKNOWN 2

javax.microedition.content.Invocation
public static final int ACTIVE 2
public static final int CANCELLED 6
public static final int ERROR 7
public static final int HOLD 4
public static final int INIT 1
public static final int INITIATED 8
public static final int OK 5
public static final int WAITING 3


Java™ 2 Platform, Micro Edition Content Handler API (Final Release, June 3, 2005)

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 211 specification.