com.multisoftgroup.jerry.webchat.domain
Class JerryBehavior
java.lang.Object
com.multisoftgroup.jerry.webchat.domain.JerryBehavior
public class JerryBehavior
- extends Object
This defines a Jerry behavior.
See jerry.xml configuration file for more details.
- Author:
- Pavel Savin
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JerryBehavior
public JerryBehavior()
isCloseOnBrowser
public boolean isCloseOnBrowser()
- Returns:
- boolean Returns true if a chat session should be closed on closing the browser chat window.
setCloseOnBrowser
public void setCloseOnBrowser(boolean closeOnBrowser)