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)

javax.microedition.content
Interface RequestListener


public interface RequestListener

A RequestListener interface to be notified when an Invocation request is available. A listener is set with ContentHandlerServer.setListener.


Method Summary
 void invocationRequestNotify(ContentHandlerServer handler)
          The listener is notified to indicate that an new Invocation request is available.
 

Method Detail

invocationRequestNotify

public void invocationRequestNotify(ContentHandlerServer handler)
The listener is notified to indicate that an new Invocation request is available.

Parameters:
handler - the ContentHandlerServer with a new request

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.