Known Direct Subclasses
|
Class Overview
The AmazonJsResult class is intended to be functionally equivalent to the
JsResult
class. See JsResult
for usage.
Summary
Public Methods |
abstract
void
|
cancel()
The cancel() method handles a cancel request, and is intended to be
functionally equivalent to the
cancel() method.
|
abstract
void
|
confirm()
The confirm() method handles a confirm request, and is intended to be
functionally equivalent to the
confirm() method.
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
Public Constructors
Public Methods
public
abstract
void
cancel
()
The cancel() method handles a cancel request, and is intended to be
functionally equivalent to the
cancel()
method. See
cancel()
for usage.
public
abstract
void
confirm
()
The confirm() method handles a confirm request, and is intended to be
functionally equivalent to the
confirm()
method. See
confirm()
for usage.