public class ReturnToDialog extends Object
| Constructor and Description |
|---|
ReturnToDialog() |
| Modifier and Type | Method and Description |
|---|---|
G9DialogController |
getCallee()
Gets the dialog being called
|
G9DialogController |
getCaller()
Gets the caller attribute
|
int |
getOpCode()
Gets the
opCode for further processing in caller |
Object |
getReturnData()
Gets the return data from callee
|
void |
returnToCaller()
Used by callee to let caller regain control.
|
void |
setCallee(G9DialogController callee)
Sets the dialog being called
|
void |
setCaller(G9DialogController caller)
Sets the caller attribute
|
void |
setOpCode(int opCode)
Sets the
opCode for further processing in caller |
void |
setReturnData(Object returnData)
Sets the return data from callee that may be used in caller
|
public G9DialogController getCaller()
public void setCaller(G9DialogController caller)
caller - (missing javadoc)public G9DialogController getCallee()
public void setCallee(G9DialogController callee)
callee - (missing javadoc)public int getOpCode()
opCode for further processing in callerpublic void setOpCode(int opCode)
opCode for further processing in calleropCode - (missing javadoc)public Object getReturnData()
public void setReturnData(Object returnData)
returnData - (missing javadoc)public void returnToCaller()
Copyright © 2006–2017 Esito AS. All rights reserved.