org.relayirc.chatengine
Interface IChatApp

All Known Implementing Classes:
ChatApp

public interface IChatApp

Interface for an IRC chat application.


Method Summary
 java.lang.String getAppName()
          Get name of application
 java.lang.String getAppVersion()
          Get application version number
 IChatEngine getEngine()
          Get application's chat engine
 ChatOptions getOptions()
          Get application's options
 

Method Detail

getAppName

public java.lang.String getAppName()
Get name of application

getAppVersion

public java.lang.String getAppVersion()
Get application version number

getEngine

public IChatEngine getEngine()
Get application's chat engine

getOptions

public ChatOptions getOptions()
Get application's options