|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.mozilla.jrex.event.uricontent.URIContentEventRV
The URIContentEventRV class is used to return multiple return value to native side
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 |
public URIContentEventRV(boolean boolRV, Object objectRV)
boolRV
- true
to abort a load.objectRV
- Data related to event.
Method Detail |
public boolean getBoolRV()
public Object getObjectRV()
public String toString()
toString
in class Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |