org.mb.micromvc
Class AppRunner

java.lang.Object
  extended by org.mb.micromvc.AppRunner

public class AppRunner
extends java.lang.Object

Starts conversation

Author:
gubriansky

Constructor Summary
AppRunner()
           
 
Method Summary
 Conversation getConversation()
          conversation getter
 void start()
          Start conversation and initialize it
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppRunner

public AppRunner()
Method Detail

start

public void start()
Start conversation and initialize it


getConversation

public Conversation getConversation()
conversation getter

Returns: