public class HookConfigurator extends Object
| Constructor and Description |
|---|
HookConfigurator() |
| Modifier and Type | Method and Description |
|---|---|
DialogConstant |
getCallee()
returns the calle
|
DialogConstant |
getCaller()
Return the caller
|
DialogInteraction |
getHook()
Return the hook
|
void |
setCallee(DialogConstant callee) |
void |
setCaller(DialogConstant caller)
set the caller
|
void |
setHook(DialogInteraction hook)
sets the hook
|
String |
toString() |
public void setCaller(DialogConstant caller)
caller - of the configuratorpublic DialogConstant getCaller()
public void setCallee(DialogConstant callee)
callee - of the configuratorpublic DialogConstant getCallee()
public void setHook(DialogInteraction hook)
hook - of the configuratorpublic DialogInteraction getHook()
Copyright © 2006–2017 Esito AS. All rights reserved.