org.mozilla.jrex.event.uricontent
Class URIContentEventRV

java.lang.Object
  extended byorg.mozilla.jrex.event.uricontent.URIContentEventRV

public class URIContentEventRV
extends Object

The URIContentEventRV class is used to return multiple return value to native side

Version:
1.0
Author:
C.N.Medappa

Constructor Summary
URIContentEventRV(boolean boolRV, Object objectRV)
          URIContentEventRV constructor
 
Method Summary
 boolean getBoolRV()
          Indicates whether to abort a load.
 Object getObjectRV()
          Get data related to event.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

URIContentEventRV

public URIContentEventRV(boolean boolRV,
                         Object objectRV)
URIContentEventRV constructor

Parameters:
boolRV - true to abort a load.
objectRV - Data related to event.
Method Detail

getBoolRV

public boolean getBoolRV()
Indicates whether to abort a load.


getObjectRV

public Object getObjectRV()
Get data related to event.


toString

public String toString()


Copyright © 2004 C.N.Medappa. All Rights Reserved.